powered by
Aggregates data into a 3D interval array based on a specified column.
iaggregate(data, col = 1)
A structured interval object representing the aggregated data.
The data frame to aggregate.
The index of the column to aggregate by.
iaggregate(iris, col = 5) iaggregate(rock, col = 4) iaggregate(cars, col = 1)
Run the code above in your browser using DataLab