EllipseFromCenterAndMatrix | R Documentation |
Returns the ellipse of equation
t(X-center) %*% S %*% (X-center) = 1
.
EllipseFromCenterAndMatrix(center, S)
center |
a point, the center of the ellipse |
S |
a positive symmetric matrix |
An Ellipse
object.
ell <- Ellipse$new(c(2,3), 4, 2, 20)
S <- ell$matrix()
EllipseFromCenterAndMatrix(ell$center, S)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.