Description Usage Arguments Value Examples
View source: R/make_ellipsoid_from_vertices.R
Constructs a new d-dimensional ellipsoid with the given "positive vertices", and size parameter, c. The constructed ellipsoid is centered at the origin.Note that the input vertices (i.e., the columns of V) must therefore be orthogonal vectors, themselves centered at the origin.The size parameter, c, may be needed because the points alone only determine the eigenvalues up to a positive constant. For vertices which fall on the constructed ellipsoid, choose as the size parameterc = 1.The new ellipsoid is centered at the origin.
1 |
V |
A d x d array of positive vertices (in columns) |
c |
The size parameter of the new ellipsoid |
A new ellipsoid, centered at the origin, with the given vertices
1 2 3 4 | hellip <- hyperellipsoid()
V <- vertices(hellip)
c <- 4
make_ellipsoid_from_vertices(V,c)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.