search for: showgraph

Displaying 1 result from an estimated 1 matches for "showgraph".

Did you mean: show_graph
2007 Feb 14
0
How to use Rpad
...lue="2"></span> Standard deviation<br></p> <pre dojoType="Rpad"> plot(function(x) dlnorm(x, meanlog = 5, sdlog = sdlog), 0, 100, main = "lognormal density", ylab="", xlab="", col="red") HTMLon() showgraph() </pre> <p>Here is another graphic: </p> <pre dojoType="Rpad"> data(volcano) z <- 2 * volcano; x <- 10 * (1:nrow(z)); y <- 10 * (1:ncol(z)) persp(x, y, z, theta = 135, phi = 30, col = "green3", scale = FALSE, ltheta = -120, shade = 0.75,...