View source: R/ReconstructedOutline.R
projection.ReconstructedOutline | R Documentation |
Draw a projection of a ReconstructedOutline
. This method sets up
the grid lines and the angular labels and draws the image.
## S3 method for class 'ReconstructedOutline'
projection(
r,
transform = identity.transform,
axisdir = cbind(phi = 90, lambda = 0),
projection = azimuthal.equalarea,
proj.centre = cbind(phi = 0, lambda = 0),
lambdalim = c(-180, 180),
philim = c(-90, 90),
labels = c(0, 90, 180, 270),
mesh = FALSE,
grid = TRUE,
grid.bg = "transparent",
grid.int.minor = 15,
grid.int.major = 45,
colatitude = TRUE,
pole = FALSE,
image = TRUE,
markup = TRUE,
add = FALSE,
max.proj.dim = getOption("max.proj.dim"),
...
)
r |
|
transform |
Transform function to apply to spherical coordinates before rotation |
axisdir |
Direction of axis (North pole) of sphere in
external space as matrix with column names |
projection |
Projection in which to display object,
e.g. |
proj.centre |
Location of centre of projection as matrix with
column names |
lambdalim |
Limits of longitude (in degrees) to display |
philim |
Limits of latitude (in degrees) to display |
labels |
Vector of 4 labels to plot at 0, 90, 180 and 270 degrees |
mesh |
If |
grid |
Whether or not to show the grid lines of latitude and longitude |
grid.bg |
Background colour of the grid |
grid.int.minor |
Interval between minor grid lines in degrees |
grid.int.major |
Interval between major grid lines in degrees |
colatitude |
If |
pole |
If |
image |
If |
markup |
If |
add |
If |
max.proj.dim |
Maximum width of the image created in pixels |
... |
Graphical parameters to pass to plotting functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.