View source: R/fcts packages.R
| table_cluster | R Documentation | 
Convert output of loop function to a data.frame.
table_cluster(traj, grid)
| traj | The trajectory used in loop (a traj object) | 
| grid | The output of the loop function | 
A data.frame object.
data(albatross)
grid<-loop(albatross, 35000)
table_grid<-table_cluster(albatross, grid)
head(table_grid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.