Description Usage Arguments Details Value Examples
View source: R/CMBWindowGenerics.R
This function returns the coordinate system used in a
CMBWindow
. The coordinate system is either
"cartesian" or "spherical"
1 2 |
x |
a CMBWindow, |
new.coords |
specifies the new coordinate system ("spherical" or "cartesian") if a change of coordinate system is desired |
... |
Unused arguments. |
If a new coordinate system is specified, using e.g. new.coords = "spherical", the coordinate system of the CMBWindow will be converted
If new.coords is unspecified, then the name of the coordinate system
of win
is returned. Otherwise a new CMBWindow is returned
equivalent to win
but having the desired change of coordinates
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.