ts_comp: Compare time series

Description Usage Arguments Value

View source: R/utils-plot.R

Description

Compare time series for climatologies (monthly) and interpolated (daily) data.

Usage

1
2
3
4
5
6
7
8
9
ts_comp(
  climatology,
  interpolated,
  month_len,
  vars = c("cld", "pre", "tmn", "tmx", "vap"),
  main = NULL,
  xlab = NULL,
  ylab = NULL
)

Arguments

climatology

Numeric vector with monthly climatologies data.

interpolated

Numeric vector with daily interpolated data.

month_len

Numeric vector with the number of days in each month.

vars

Vector of strings with variables to be plotted.

main

String with title for the plot.

xlab

String with label for the x-axis.

ylab

String with label for the y-axis.

Value

ggplot2 graphic object.


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.