iaggregate {COveR}R 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)

[Package COveR version 1.1.0 Index]