data("planets", package = "HSAUR2")
require("scatterplot3d")
scatterplot3d(log(planets$mass), log(planets$period), log(planets$eccen),
type = "h", highlight.3d = TRUE, angle = 55,
scale.y = 0.7, pch = 16)
Run the code above in your browser using DataLab