plot.AccumC: Plot '"AccumC"' Objects

Description Usage Arguments Author(s) References Examples

Description

This function plots objects of class "AccumC". It makes small plots in the current graphics window and/or a big plot saved as a .pdf file.

Usage

1
plot.AccumC(x, plot = T, bigplot = F, box_col = "gray", prettytitle = NA, filename = "AccumC_plot", ratelabel = T, log_y_axis = F)

Arguments

x

an object of class "AccumC"

plot

Logical. Make plots in the current graphics window?

bigplot

Logical. Make a complex plot saved as a ".pdf" file?

box_col

the fill color of boxes and bars; default is "gray"

prettytitle

A title for the bigplot that is different from corename

filename

A filename or path for the bigplot

ratelabel

Logical. Annotate the age/depth model plot with (text) sedimentation rates?

log_y_axis

Logical. Should the y axes on the carbon accumulation rate plots be log?

Author(s)

Jonathan E. Nichols
Lamont-Doherty Earth Observatory
Columbia University

jnichols@ldeo.columbia.edu

References

Nichols et al., 2016

Examples

1
2
3
plot(
  AccumC(imv), bigplot = F
  )

bogfossil/AccumC-package documentation built on May 12, 2019, 11:32 p.m.