reduce_cube: Reduces the third dimension of a cube and returns a data...

View source: R/recursiveforecast.R

reduce_cubeR Documentation

Reduces the third dimension of a cube and returns a data frame

Description

This is only meant to be a helper function and not meant to be called by the user itself

Usage

reduce_cube(cube, dim3_names, name = deparse(substitute(dim3_names)))

Arguments

cube

Some 3D array

dim3_names

Vector of length dim(cube)[3] containing a name for each slice

name

What should the column containing the dim3_names be called?

Value

Returns a data frame constructed from the cube


bigtime documentation built on Aug. 22, 2023, 1:08 a.m.