View source: R/ReconstructedOutline.R
flatplot.ReconstructedOutline | R Documentation |
Plot ReconstructedOutline
object. This adds a mesh
of gridlines from the spherical retina (described by points
phi
, lambda
and triangulation Trt
and cut-off
point phi0
) onto a flattened retina (described by points
P
and triangulation T
).
## S3 method for class 'ReconstructedOutline'
flatplot(
x,
axt = "n",
xlim = NULL,
ylim = NULL,
grid = TRUE,
strain = FALSE,
...
)
x |
|
axt |
whether to plot axes |
xlim |
x-limits |
ylim |
y-limits |
grid |
Whether or not to show the grid lines of latitude and longitude |
strain |
Whether or not to show the strain |
... |
Other plotting parameters |
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.