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)
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
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
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
4 matches
Mail list logo