gets3dusr | R Documentation |
Obtain axes ranges for scatterplot3d plot (and maybe does others), adapted from http://r.789695.n4.nabble.com/Axis-Limits-in-Scatterplot3d-td892026.html<description>
gets3dusr(s3dobject)
s3dobject |
scatterplot3d plot presumably |
Ranges of x, y and z axes
Andrew Edwards (adapted from Uwe Ligges' function)
s3d <- scatterplot3d::scatterplot3d(rnorm(5), rnorm(5), rnorm(5))
gets3dusr(s3d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.