search for: topnew2

Displaying 2 results from an estimated 2 matches for "topnew2".

Did you mean: topnet
2005 Mar 16
1
Help in persp (VERY URGENT ASSISTANCE)
Dear All, I am very new to R projects.May be i am wrong in some steps.I have given the code which i tried for drawing 3d surface using persp.I need to label the axes with scales z <- array(topnew2$V2, dim=c(600,2)) x <- 10 * (1:nrow(z)) y <- (1:ncol(z)) persp(x, y, z, theta = 30, phi = 30, expand = 0.5, col = "lightblue", xlab ="fluidlevel", ylab ="time", zlab = "probability",xlim=range(x),ylim=range(y)) I have a text file of format:...
2005 Mar 16
0
Help regarding persp
Dear All, I am very new to R projects.i would like to get some help regarding the graph construction using persp. May be i am wrong in some steps.I have given the commands which i tried for drawing 3d surface using persp.I would like to label the axes using the scales. z <- array(topnew2$V2, dim=c(600,2)) x <- 10 * (1:nrow(z)) y <- (1:ncol(z)) persp(x, y, z, theta = 30, phi = 30, expand = 0.5, col = "lightblue", xlab ="fluidlevel", ylab ="time", zlab = "probability",xlim=range(x),ylim=range(y)) I have a text file of format:...