Description Usage Arguments Author(s)
View source: R/ReconstructedDataset.R
Plot projection of reconstructed dataset
1 2 3 4 5 6 7 | ## S3 method for class 'reconstructedDataset'
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),
datapoints = TRUE, datapoint.means = TRUE, datapoint.contours = TRUE,
grouped = FALSE, grouped.contours = FALSE, landmarks = TRUE,
ids = getIDs(r), ...)
|
r |
|
transform |
Transform function to apply to spherical coordinates before rotation |
axisdir |
Direction of axis (North pole) of sphere in external space |
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 |
datapoints |
If |
datapoint.means |
If |
datapoint.contours |
If |
grouped |
If |
grouped.contours |
If |
landmarks |
If |
ids |
IDs of groups of data within a dataset, returned using
|
... |
Graphical parameters to pass to plotting functions |
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.