flatplot.Outline: Flat plot of outline

Description Usage Arguments Author(s)

View source: R/Outline.R

Description

Plot flat Outline.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S3 method for class 'Outline'
flatplot(
  x,
  axt = "n",
  xlim = NULL,
  ylim = NULL,
  add = FALSE,
  image = TRUE,
  scalebar = 1,
  rimset = FALSE,
  pids = FALSE,
  pid.joggle = 0,
  lwd.outline = 1,
  ...
)

Arguments

x

Outline object

axt

whether to plot axes

xlim

x limits

ylim

y limits

add

If TRUE, don't draw axes; add to existing plot.

image

If TRUE the image (if it is present) is displayed behind the outline

scalebar

If numeric and if the Outline has a scale field, a scale bar of length scalebar mm is plotted. If scalebar is FALSE or there is no scale information in the Outline x the scale bar is suppressed.

rimset

If TRUE, plot the points computed to be in the rim in the colour specified by the option rimset.col

pids

If TRUE, plot point IDs

pid.joggle

Amount to joggle point IDs by randomly

lwd.outline

Line width of outline

...

Other plotting parameters

Author(s)

David Sterratt


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