Sample points uniformly on the surface of an ellipsoid, 2D or 3D
Source:R/from_ellipsoid_rellipsoid.R
rellipsoid_dev.Rd
Sample points uniformly on the surface of an ellipsoid, 2D or 3D
Usage
rellipsoid_dev(
n,
axes = c(1, 1, 1),
noise.sd = 0,
R = NULL,
method = 1,
rej = FALSE
)