orbital | R Documentation |
The 9 planets in our solar system are evolving the sun via their own orbits. This data provides normal vector of the orbital planes. Normal vectors are unit-norm vectors, so that they are thought to reside on 2-dimensional sphere.
data(orbital)
an (9\times 3) matrix where each row is a normal vector for a planet.
wrap.sphere
## LOAD THE DATA AND WRAP AS RIEMOBJ data(orbital) myorb = wrap.sphere(orbital) ## VISUALIZE mds2d = riem.mds(myorb)$embed opar <- par(no.readonly=TRUE) plot(mds2d, main="9 Planets", pch=19, xlab="x", ylab="y") par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.