On 13-09-24 6:19 AM, Babak Bastan wrote:
I do the folloowing in order to get 3D Plot:
y<-1:(point/2)
x<-20:30
z<-r[1:(point/2)]
persp(x,y,z,theta = 135, phi = 30, col = "green3", scale = FALSE,
ltheta = -120, shade = 0.75,
border = 1)
y:
[1] 1 2 3 4 5
x:
[1] 20 21 22 23 24 25
z:
[1
I do the folloowing in order to get 3D Plot:
y<-1:(point/2)
x<-20:30
z<-r[1:(point/2)]
persp(x,y,z,theta = 135, phi = 30, col = "green3", scale = FALSE,
ltheta = -120, shade = 0.75,
border = 1)
y:
[1] 1 2 3 4 5
x:
[1] 20 21 22 23 24 25
z:
[1] 4811.003.5930256.9686664.9
2 matches
Mail list logo