ERTMonPlotFeatureMatrices: Plot rows of feature sub-matrices as time series.

Description Usage Arguments Details Value See Also

View source: R/ERTMon.R

Description

Plots the rows of the feature sub-matrices of an ERTMon object as time series.

Usage

1
2
3
4
5
6
7
8
9
ERTMonPlotFeatureMatrices(
  ertObj,
  matrixNames = NULL,
  entityIDs = NULL,
  origin = NULL,
  echoQ = TRUE,
  facets = vars(EntityID),
  ...
)

Arguments

ertObj

An ERTMon object.

matrixNames

A character vector with matrix names to be plotted; NULL for all.

entityIDs

A character vector with entity ID's to be plotted; NULL for all.

origin

If NULL the time grid cell indexes are used. If a date-time object or something that can be coerced to such object, then the time grid cells are≈ interpreted as (date-)times. See the argument origin of as.POSIXct.

echoQ

Should the result be plotted?

facets

facets argument for the function ggplot2::facet_wrap.

...

Additional arguments for ggplot2::facet_wrap.

Details

In order to plot each feature matrix time series(es) separately use facets=vars(MatrixName).

Value

An ERTMon object.

See Also

Other Feature matrices: ERTMonCollapseFeatureMatrices(), ERTMonStackFeatureMatrices()


antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.