plot.ssa: Plotting function for an SSA Object

Description Usage Arguments Value

Description

Plots single scattering albedo vs. time given a list of SSA data.

Usage

1
2
3
4
## S3 method for class 'ssa'
plot(x, type = "l", ylim = c(0, 1), xlab = "time",
  xaxs = "i", ylab = "SSA", yaxs = "i", col = "red", lwd = 2,
  lty = "solid", axes = F, mar = c(5, 5, 2, 2), ...)

Arguments

x

a list of class ssa with the elements x and y

...

Other options passed to plot().

Value

Nothing. Side-effect: plots graphs.


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