iaggregate | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.