get.plotted.partial.cmas {AdhereR}R Documentation

Get info about the plotted partial CMAs.

Description

Returns a data.frame where each row contains info about one plotted partial CMA (partial CMAs make sense only for "complex" CMAs, i.e., per episode and sliding windows).

Usage

get.plotted.partial.cmas(
  plot.type = c("baseR", "SVG")[1],
  suppress.warnings = FALSE
)

Arguments

plot.type

Can be either "baseR" or "SVG" and specifies to which type of plotting the mapping applies.

suppress.warnings

Logical, if TRUE don't show any warnings.

Details

This is intended for advanced users only.

Value

A data.frame that contains info about:

Please note that this contains one row per partial CMA element (e.g., if plotting stacked, one row for each rectangle).


[Package AdhereR version 0.8.1 Index]