series_rev: Reverse Elements by Columns

View source: R/series_rev.R

series_revR Documentation

Reverse Elements by Columns

Description

Result of applying rev function by columns to the matrix. This allows the study of the series backwards and not only forward.

Usage

series_rev(X)

Arguments

X

A numeric vector, matrix (or data frame).

Author(s)

Jorge Castillo-Mateo

See Also

series_double, series_record, series_split, series_ties, series_uncor, series_untie

Examples

series_rev(matrix(1:100, 10, 10))

series_rev(ZaragozaSeries)


RecordTest documentation built on Aug. 8, 2023, 1:09 a.m.