- data
dataframe, sf
object, or FIA.Database
object; FIA summary produced from other rFIA
functions (e.g. tpa
, biomass
, etc.). Also accepts FIA.Database
, will return map of plot locations.
- y
variable contained in data
which will be used as y-axis or to fill polygons (spatial). NOT quoted.
- grp
variable contained in data
which will be used as a grouping variable. Not meaningful for spatial summaries. NOT quoted.
- x
variable contained in data
which will be used as a x-axis in place of time. If NULL, time-series plot will be produced. Not meaningful for spatial summaries. NOT quoted.
- animate
logical; if TRUE, produces temporally animated plots.
- facet
logical; if TRUE, produces temporally grouped plots (stationary).
- se
logical; if TRUE, plots error bars along with estimates. All error bars represent 95% confidence.
- n.max
numeric; maximum number of groups to plot. If positive, will plot the top n
groups with respect to y
, and if negative, will plot the bottom n
. Not meaningful for spatial summaries.
- plot.title
character; plot title.
- y.lab
character; y-axis label. Not meaningful for spatial summaries.
- x.lab
character; x-axis label. Not meaningful for spatial summaries.
- legend.title
character; title for legend.
- legend.labs
character; labels for legend values.
- limits
numeric vector of length 2; minumum and maximum of continuous scale for legend.
- color.option
character; one of: "viridis" (default), "magma", "inferno", "plasma", or "cividis".
- line.color
character; color of plotted line (non-spatial) or polygon outline color (spatial).
- line.width
numeric; scalar for plotted line width (non-spatial) polygon outline width (spatial). Specify lineWidth = 0
for no outline.
- min.year
numeric; earliest year to be included in animation. FIA data is sparse in years prior to 2005 and estimates are unlikely to be available.
- direction
numeric; sets the order of colors in the scale. If 1, the default, colors are ordered from darkest to lightest. If -1, the order of colors is reversed.
- alpha
numeric; alpha transparency, a number in [0,1], see argument alpha in hsv
.
- transform
character; transformations to apply to plotted variable y
. Options include: "asn", "atanh", "boxcox", "exp", "identity", "log", "log10", "log1p", "log2", "logit", "reciprocal", "reverse", "sqrt".
- text.size
numeric; scalar for text size (e.g. text.size = 2 would be twice the default size).
- text.font
character; font family. Choose from: 'Short', 'Canonical', 'mono', 'Courier', 'sans', 'Helvetica', 'serif', 'Times', 'AvantGarde', 'Bookman', 'Helvetica-Narrow', 'NewCenturySchoolbook', 'Palatino', 'URWGothic', 'URWBookman', 'NimbusMon', 'URWHelvetica', 'NimbusSan', 'NimbusSanCond', 'CenturySch', 'URWPalladio', 'URWTimes', or 'NimbusRom'.
- lab.width
numeric; scalar for legend title width. This value controls text wrapping in title.
- legend.height
numeric; scalar for legend height.
- legend.width
numeric; scalar for legend width.
- device
character; device to use for image save. Can either be a device function (e.g. png()), or one of "eps", "ps", "tex" (pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg" or "wmf" (windows only).
- savePath
character; path to save plot to (combined with fileName).
- fileName
character; file name to create on disk.