plot.abs: Plotting function for an Absorption Object

Description Usage Arguments Value

Description

Plots absorption vs. time given a list of MultiPAS data.

Usage

1
2
3
4
5
6
## S3 method for class 'abs'
plot(x, y, type = "l", ylim = NULL, xlab = "Time",
  xaxs = "i", ylab = expression(paste(alpha[PAS - CRD], " (M", m^-1, ")")),
  yaxs = "i", col = c("purple", "forestgreen", "red", "darksalmon", "red"),
  lwd = 2, lty = c(rep("solid", 4), "dashed"), axes = F, mar = c(5, 5,
  2, 2), ...)

Arguments

x

a list of class abs with the element Time and y variables.

...

Other options passed to plot().

Value

Nothing. Side-effect: plots graphs.


alphonse/aeRo documentation built on May 11, 2019, 11:21 p.m.