Description Usage Arguments Value
View source: R/spheroid_mesh.R
Generates a Cartesian mesh of d-dimensional scenarios based on the given ellipsoid. This function does not assume that the ellipsoid is centered at the origin.
1 | spheroid_mesh(d, phi, normalize)
|
d |
The number of dimensions for the unit spheroid |
phi |
The scalar fineness of the mesh |
normalize |
Whether to normalize points from the cube onto the sphere or not (TRUE/FALSE) |
A d x N array with each column a scenario
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.