rellipsoid_dev: Sample points uniformly on the surface of an ellipsoid, 2D or...

View source: R/from_ellipsoid_rellipsoid.R

rellipsoid_devR Documentation

Sample points uniformly on the surface of an ellipsoid, 2D or 3D

Description

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
)

Arguments

axes

vector giving the semi-axis lengths

noise.sd

noise

R

rotation matrix


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.