View source: R/RetinalReconstructedOutline.R
projection.RetinalReconstructedOutline | R Documentation |
Plot projection of reconstructed dataset
## S3 method for class 'RetinalReconstructedOutline'
projection(
r,
transform = identity.transform,
projection = azimuthal.equalarea,
axisdir = cbind(phi = 90, lambda = 0),
proj.centre = cbind(phi = 0, lambda = 0),
lambdalim = c(-180, 180),
datapoints = TRUE,
datapoint.means = TRUE,
datapoint.contours = FALSE,
grouped = FALSE,
grouped.contours = FALSE,
landmarks = TRUE,
mesh = FALSE,
grid = TRUE,
image = TRUE,
ids = r$getIDs(),
...
)
r |
|
transform |
Transform function to apply to spherical coordinates before rotation |
projection |
Projection in which to display object,
e.g. |
axisdir |
Direction of axis (North pole) of sphere in external space |
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 |
mesh |
If |
grid |
If |
image |
If |
ids |
IDs of groups of data within a dataset, returned using
|
... |
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.