plotBAI | R Documentation |
Function for plotting basal area increment (BAI) values derived from inTRW
object
using the first tibble
produced by the function TRW_readExcel
.
plotBAI(
inTRW,
linewidth_BAI = 1,
linewidth_Ntrees = 1,
byYears = 20,
xlim = NULL,
ylim = NULL,
...
)
inTRW |
tibble. The first object resulting from the |
linewidth_BAI |
numeric. line size for BAI. |
linewidth_Ntrees |
numeric. line size for Ntrees. |
byYears |
numeric. Spacing (in years) between tick marks on the x-axis of time-related plots. |
xlim |
Optional numeric vector of length 2 specifying the limits of the x-axis.
If |
ylim |
Optional numeric vector of length 2 specifying the limits of the y-axis
for the ABD panel. If |
... |
Other arguments passed on to methods. Not currently used. |
This function generates a basic plot displaying the mean chronology +/- standard error of raw basal area increments (in squared cm) alongside the corresponding number of trees.
None. A plot is produced.
plotTRW
, plotABD
Other tree ring plotting:
plotABD()
,
plotTRW()
plotBAI(inTRW
, linewidth_BAI = .5
, linewidth_Ntrees = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.