flatplot.ReconstructedOutline: Flat plot of reconstructed outline

Description Usage Arguments Author(s)

View source: R/ReconstructedOutline.R

Description

Plot ReconstructedOutline object. This adds a mesh of gridlines from the spherical retina (described by points phi, lambda and triangulation Tt and cut-off point phi0) onto a flattened retina (described by points P and triangulation T).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'ReconstructedOutline'
flatplot(
  x,
  axt = "n",
  xlim = NULL,
  ylim = NULL,
  grid = TRUE,
  strain = FALSE,
  ...
)

Arguments

x

ReconstructedOutline object

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

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.