timeseriesTbl_multiPlot: Faceted plot of a timeseries tibble

Description Usage Arguments Note Examples

View source: R/timeseriesTbl_multiPlot.R

Description

A plotting function that uses ggplot2 to display a suite of timeseries plots all at once.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
timeseriesTbl_multiPlot(
  tbl = NULL,
  pattern = NULL,
  parameters = NULL,
  nrow = NULL,
  ncol = NULL,
  autoRange = TRUE,
  ylim = NULL,
  style = "line"
)

Arguments

tbl

Tibble with a datetime.

pattern

Pattern used to match groups of parameters.

parameters

Custom vector of aggregation parameters to view.

nrow

Number of rows in the faceted plot.

ncol

Number of columns in the faceted plot.

autoRange

Logical specifying whether to scale the y axis separately for each plot or to use a common y axis.

ylim

Vector of (lo,hi) y-axis limits.

style

Style of plot: ("point", "line", "area")

Note

Specification of ylim will override the choice of autoRange.

Examples

1
2
3
4
5
6
7
8
9

AirSensor documentation built on March 13, 2021, 1:07 a.m.