Re: [R] Change position in package rgl

2014-05-12 Thread Duncan Murdoch
On 12/04/2014, 1:03 PM, Duncan Murdoch wrote: On 12/04/2014, 11:19 AM, Roland Rau wrote: Dear all, I am using package rgl and I want to change the position where I "stand". Maybe a small example might clarify what I am looking for: # Begininng of explanatory example library(rgl) data(volcano)

Re: [R] Change position in package rgl

2014-04-13 Thread Roland Rau
On 04/12/2014 07:03 PM, Duncan Murdoch wrote: > I think you could hack something like that (see the description in > ?par3d of how rendering is accomplished), but there's currently no > support for it, and it wouldn't be easy, as currently P and M in that > description are read-only quantities comp

Re: [R] Change position in package rgl

2014-04-12 Thread Duncan Murdoch
On 12/04/2014, 11:19 AM, Roland Rau wrote: Dear all, I am using package rgl and I want to change the position where I "stand". Maybe a small example might clarify what I am looking for: # Begininng of explanatory example library(rgl) data(volcano) # the example ?rgl.surface y <- 2 * volcano x

[R] Change position in package rgl

2014-04-12 Thread Roland Rau
Dear all, I am using package rgl and I want to change the position where I "stand". Maybe a small example might clarify what I am looking for: # Begininng of explanatory example library(rgl) data(volcano) # the example ?rgl.surface y <- 2 * volcano x <- 10 * (1:nrow(y)) z <- 10 * (1:ncol(y)) yl