ts_plot: Plot time series

Description Usage Arguments Value

View source: R/utils-plot.R

Description

Plot time series for multiple variables.

Usage

1
2
3
4
5
6
7
8
9
ts_plot(
  data,
  vars = c("cld", "pre", "tmn", "tmx", "vap"),
  count = length(data)/length(vars),
  x = rep(seq_len(count), length(vars)),
  main = NULL,
  xlab = NULL,
  ylab = NULL
)

Arguments

data

Numeric vector with the data.

vars

Vector of strings with variables to be plotted.

count

Numeric, number of observations of each variable.

x

Numeric vector with breaks for the x-axis.

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.