| cldsWide {kmlShape} | R Documentation |
Turn trajectories in wide format into an object of class Clds.
cldsWide(trajWide, times, id)
trajWide |
|
times |
|
id |
|
Turn trajectories in wide format into an object of class
Clds. If id is missing, the first column of the
trajWide is turn into a factor and is used as id. Column
2:ncol(trajWide) are the trajectories. If id is not missing, column
1:ncol(trajWide) are the trajectories.
Object of class Clds-class.
data(ictusShort) myClds <- cldsWide(ictusShort) myClds plotTraj(myClds)