Learn R Programming

retistruct (version 0.6.3)

flatplot.Outline: Flat plot of outline

Description

Plot flat Outline.

Usage

# S3 method for 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