stand_depth_plot: stand_depth_plot

Description Usage Arguments Examples

View source: R/chrono-quality.R

Description

Plots a chronology with underlaying sample depth and "stand depth" information.

Usage

1
2
3
4
5
6
7
8
9
stand_depth_plot(
  stand_depth_object,
  chrono = "crn",
  sample.depth = "samp.depth",
  stand.depth = "stand.depth",
  main = "",
  col1 = "red",
  col2 = "orange"
)

Arguments

stand_depth_object

an object derived from stand_depth.

chrono

column name or integer specifying the column index where the chronology is stored in the stand_depth_object.

sample.depth

column name or integer specifying the column index where the sample depth is stored in the stand_depth_object.

stand.depth

column name or integer specifying the column index where the stand depth is stored in the stand_depth_object.

main

optional plot title.

col1

optional color for sample depth.

col2

optional color for stand depth.

Examples

1
#will be added later

konradmayer/trlboku documentation built on July 3, 2020, 9:49 p.m.