Description Usage Arguments Value Examples
View source: R/rgl_device_setup.R
Calculate the aspect or the relative scale of data in three dimensions.
1 | calculate_aspect(x, y, z)
|
x, y, z |
numeric vectors representing point coordinates. |
Returns a vector with three numerical values equal or greater than 1.
1 2 3 4 5 6 | ## Not run:
calculate_aspect(0:100, 0:50, 0:10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.