Description Usage See Also Examples
Assign new coordinate system to a CMBDataFrame
CMBDataFrame
1 2
## S3 replacement method for class 'CMBDataFrame' coords(x, ...) <- value
coords.CMBDataFrame
1 2 3 4 5 6 7 8 9 10 11
## Create df with no coords, then create df2 with cartesian coords df <- CMBDataFrame(nside = 16) df coords(df) df2 <- coords(df, new.coords = "cartesian") coords(df2) coords(df) ## Change the coords of df directly (to spherical) coords(df) <- "spherical" df
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.