iaggregate: Aggregates data into a 3D interval array based on a specified...

View source: R/interval.R

iaggregateR Documentation

Aggregates data into a 3D interval array based on a specified column.

Description

Aggregates data into a 3D interval array based on a specified column.

Usage

iaggregate(data, col = 1)

Arguments

data

The data frame to aggregate.

col

The index of the column to aggregate by.

Value

A structured interval object representing the aggregated data.

Examples

iaggregate(iris, col = 5)
iaggregate(rock, col = 4)
iaggregate(cars, col = 1)

COveR documentation built on Oct. 30, 2024, 9:28 a.m.