iaggregate {COveR} | R Documentation |
Aggregates data into a 3D interval array based on a specified column.
iaggregate(data, col = 1)
data |
The data frame to aggregate. |
col |
The index of the column to aggregate by. |
A structured interval object representing the aggregated data.
iaggregate(iris, col = 5)
iaggregate(rock, col = 4)
iaggregate(cars, col = 1)