Learn R Programming

COveR (version 1.0.1)

iaggregate: Interval aggregation.

Description

Aggregate data to 3D interval array.

Usage

iaggregate(data, col = 1)

Arguments

data

Some data to aggregate.

col

A number (the column index to aggregate on).

Examples

Run this code
# NOT RUN {
iaggregate(iris, col=5)
iaggregate(rock, col=4)
iaggregate(cars, col=1)
# }

Run the code above in your browser using DataLab