Displaying 1 result from an estimated 1 matches for "22persp".
2008 Aug 30
1
help with "persp" function
...a plane, not a
cube. Below is my current code. Any help is appreciated
Thanks in advance
dxc13
x <- seq(from=1,to=3,by=.1)
y <- seq(1,4,by=.1)
f <- array(1,dim=c(21,1))
z <- as.matrix(cbind(x,y,f))
persp(x=x,y=y,z)
--
View this message in context: http://www.nabble.com/help-with-%22persp%22-function-tp19235739p19235739.html
Sent from the R help mailing list archive at Nabble.com.