plot_L1: Plot L1 Data

Description Usage Arguments Value Examples

View source: R/plot_L1.R

Description

plot_L1 plots time-aligned (L1) dendrometer or temperature data for specified time windows.

Usage

1
2
3
4
5
6
7
8
plot_L1(
  dendro_L1,
  dendro_L1_orig = NULL,
  plot_period = "full",
  plot_export = TRUE,
  plot_name = "L1_plot",
  tz = "UTC"
)

Arguments

dendro_L1

time-aligned dendrometer data as produced by proc_L1.

dendro_L1_orig

optional, used in corr_dendro_L1. Can be used to plot a previous version of data_L1 in the background.

plot_period

character, specify whether plots should be displayed for the whole period (plot_period = "full"), separately for each year (plot_period = "yearly") or for each month (plot_period = "monthly").

plot_export

logical, specifies whether the plots are exported as a PDF file to the working directory or are plotted in the console.

plot_name

character, specify name of the PDF to which the plots are saved.

tz

specify the desired time zone. Default is "UTC".

Value

Plots are saved to current working directory as L1_plot.pdf or as specified in plot_name.

Examples

1
2
plot_L1(dendro_L1 = dendro_data_L1, plot_period = "monthly",
        plot_export = FALSE)

treenet/treenetproc documentation built on June 16, 2021, 4:39 p.m.