Description Usage Arguments Value Examples
plot_proc_L2
plots changes between time-aligned (L1
) and
cleaned (L2
) dendrometer data to visually evaluate the data
cleaning.
1 2 3 4 5 6 7 8 9 10 | plot_proc_L2(
dendro_L1,
dendro_L2,
plot_period = "full",
plot_show = "all",
plot_export = TRUE,
plot_name = "proc_L2_plot",
tz = "UTC",
thr_plot = NULL
)
|
dendro_L1 |
time-aligned dendrometer data as produced by
|
dendro_L2 |
cleaned dendrometer data as produced by
|
plot_period |
character, specify whether plots should be displayed for
the whole period ( |
plot_show |
character, specify whether all periods should be plotted
( |
plot_export |
logical, specifies whether the plots are exported as a
|
plot_name |
character, specify name of the PDF to which the plots are saved. |
tz |
specify the desired time zone. Default is |
thr_plot |
|
Plots are saved in a PDF to the current working directory as
proc_L2_plot.pdf
or as specified in plot_name
.
The first panel shows the L1
data, the second panel the
cleaned L2
data (in blue) with the L1
data (in grey) in the
background. Blue circles indicate interpolated points. Horizontal cyan
lines at the bottom of the panel indicate frost periods. The third panel
shows the changes (red) as well as the deleted values (pink) on a
logarithmic scale. In case plot_period = "monthly"
, the changes
that occurred are numbered. The ID numbers facilitate the reversal of
wrong or unwanted corrections with corr_dendro_L2
.
The last panel shows the tree-water deficit (twd).
1 2 | plot_proc_L2(dendro_L1 = dendro_data_L1, dendro_L2 = dendro_data_L2,
plot_period = "yearly", plot_export = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.