ERTMonTakeTimeSeriesDataFrame: Take time series data frame.

Description Usage Arguments Value See Also

View source: R/ERTMon.R

Description

Returns a data frame with the feature matrix represented as a set of time series in long form.

Usage

1
2
3
4
5
ERTMonTakeTimeSeriesDataFrame(
  ertObj,
  matrixNames = NULL,
  origin = "1900-01-01"
)

Arguments

ertObj

An ERTMon object.

matrixNames

The matrix names to be in the result data frame. If NULL all matrix names are used.

origin

A date-time object or something that can be coerced to such object, that can be used in as.POSIXct.

Value

A data frame.

See Also

Other Set/Take functions: ERTMonSetComputationSpecification(), ERTMonSetEntityAttributes(), ERTMonSetEventRecords(), ERTMonTakeAlignmentSpec(), ERTMonTakeComputationSpecification(), ERTMonTakeContingencyMatrices(), ERTMonTakeEntityAttributes(), ERTMonTakeEventRecords(), ERTMonTakeFeatureMatrix(), ERTMonTakeFeatureNamePrefixes(), ERTMonTakeTimeCellsInterpretation(), ERTMonTakeTrasformedData(), ERTMonTakeValue(), ERTMonTakeVariableOutlierBoundaries()


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