require(lattice)
require(latticeExtra)
data(VADeaths)
cloud(VADeaths, panel.3d.cloud = panel.3dbars,
xbase = 0.4, ybase = 0.4, zlim = c(0, max(VADeaths)),
scales = list(arrows = FALSE, just = "right"), xlab = NULL, ylab = NULL,
col.facet = level.colors(VADeaths, at = do.breaks(range(VADeaths), 20),
col.regions = cm.colors,
colors = TRUE),
colorkey = list(col = cm.colors, at = do.breaks(range(VADeaths), 20)),
screen = list(z = 40, x = -30))

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.