add.section.contour: Add Contour to Section Plot

View source: R/section.plot.R

add.section.contourR Documentation

Add Contour to Section Plot

Description

Add Contour to Section Plot

Usage

add.section.contour(
  section,
  field = NULL,
  levels = NULL,
  col = "black",
  lty = 1,
  lwd = 1,
  labels = NULL,
  cex.lab = 1
)

Arguments

section

a section object from "build.section()"

field

the field name to use for contouring

levels

the level(s) to draw contours at

col

the color of the contour line(s)

lty

the lty for the line(s)

labels

a boolean for whether the label(s) should be drawn

cex.lab

the cex (i.e. size) of the labels

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.