plotTRW | R Documentation |
Function for plotting TRW values from inTRW
object using the first
tibble
produced by the function TRW_readExcel
.
plotTRW(
inTRW,
linewidth_TRW = 1,
linewidth_Ntrees = 1,
byYears = 20,
xlim = NULL,
ylim = NULL,
...
)
inTRW |
tibble. The first object resulting from the |
linewidth_TRW |
numeric. line size for TRW. |
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 tree-ring widths (in mm) alongside the corresponding number of trees.
None. A plot is produced.
plotBAI
, plotABD
Other tree ring plotting:
plotABD()
,
plotBAI()
plotTRW(inTRW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.