gets3dusr: Obtain axes ranges (adapted from function by Uwe Ligges)

View source: R/plotting.R

gets3dusrR Documentation

Obtain axes ranges (adapted from function by Uwe Ligges)

Description

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>

Usage

gets3dusr(s3dobject)

Arguments

s3dobject

scatterplot3d plot presumably

Value

Ranges of x, y and z axes

Author(s)

Andrew Edwards (adapted from Uwe Ligges' function)

Examples


  s3d <- scatterplot3d::scatterplot3d(rnorm(5), rnorm(5), rnorm(5))
  gets3dusr(s3d)


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.