[R] scatterplot3d and box3d

Duncan Murdoch murdoch.duncan at gmail.com
Mon Nov 19 23:29:45 CET 2012


On 12-11-19 12:20 PM, xgao at genome.wustl.edu wrote:
> I created a 3d scatter plot and am trying to change the color of outer box
> lines with box3d.
>
> Anybody can help me to figure out how to do this?
>
> My example is:
>
> library(scatterplot3d)
> x=seq(1:6)
> y=seq(7:12)
> z=x*2
> scatterplot3d(x, y,z)

See ?scatterplot3d.

Duncan Murdoch




More information about the R-help mailing list