Description
Function for plotting TRW values from inTRW
object using the first
tibble
produced by the function TRW_readExcel
.
Usage
plotTRW(
inTRW,
linewidth_TRW = 1,
linewidth_Ntrees = 1,
byYears = 20,
xlim = NULL,
ylim = NULL,
...
)
Value
None. A plot is produced.
Arguments
- inTRW
tibble. The first object resulting from the TRW_readExcel
function.
- 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 NULL
the limits are automatically determined.
- ylim
Optional numeric vector of length 2 specifying the limits of the y-axis
for the ABD panel. If NULL
the limits are automatically determined.
- ...
Other arguments passed on to methods. Not currently used.
Details
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.
See Also
plotBAI
, plotABD
Other tree ring plotting:
plotABD()
,
plotBAI()