Plot projection of reconstructed dataset
# S3 method for 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(),
...
)
RetinalReconstructedOutline
object
Transform function to apply to spherical coordinates before rotation
Projection in which to display object,
e.g. azimuthal.equalarea
or sinusoidal
Direction of axis (North pole) of sphere in external space
Location of centre of projection as matrix with
column names phi
(elevation) and lambda
(longitude).
Limits of longitude (in degrees) to display
If TRUE
, display data points
If TRUE
, display Karcher mean of data points.
If TRUE
, display contours around
the data points generated using Kernel Density Estimation.
If TRUE
, display grouped data.
If TRUE
, display contours around
the grouped data generated using Kernel Regression.
If TRUE
, display landmarks.
If TRUE
, display the triangular mesh used in reconstruction
If TRUE
, show grid lines
If TRUE
, show the reconstructed image
IDs of groups of data within a dataset, returned using
getIDs
.
Graphical parameters to pass to plotting functions