table_cluster: Convert a list of adj2stack object to a data.frame for...

View source: R/fcts packages.R

table_clusterR Documentation

Convert a list of adj2stack object to a data.frame for clustering

Description

Convert output of loop function to a data.frame.

Usage

table_cluster(traj, grid)

Arguments

traj

The trajectory used in loop (a traj object)

grid

The output of the loop function

Value

A data.frame object.

Examples

data(albatross)
grid<-loop(albatross, 35000)
table_grid<-table_cluster(albatross, grid)
head(table_grid)

BastilleRousseau/moveNT documentation built on Aug. 26, 2023, 5:54 a.m.