An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090803/d732697d/attachment-0001.pl>
wireframe color
2 messages · Marlin Keith Cox, Deepayan Sarkar
On Mon, Aug 3, 2009 at 9:36 AM, Marlin Keith Cox<marlinkcox at gmail.com> wrote:
Hello, hopefully simple question, but I cannot find the answer. ?I need to
change the color from the standard default. ?Still want the scaled colors,
but need different colors for different graphs.
Code is:
wireframe(z ~ y*x, mat.df,
? ? ? ? ?drape = TRUE,
? ? ? ? ?zlab = list("Water mass error (%)",rot=92), zlim=c(-50,180),
? ? ? ? ?xlab = list("Resistance error (%)",rot=16),
? ? ? ? ?ylab = list("Length error (%)",rot=118),
? ? ? ? ?scales = list(arrows = FALSE),
? ? screen = list(z = 20, x = -57, y = 5))
Different color schemes are as simple as wireframe(volcano, drape = TRUE, col.regions = terrain.colors(100)) -Deepayan