removeSpatialTrajectories | R Documentation |
Removes spatial trajectories from the SPATA2 object.
removeSpatialTrajectories(object, ids)
object |
An object of class |
id |
Character vector. The IDs of the spatial trajectories to remove. |
The updated input object, containing the added, removed or computed results.
library(SPATA2)
data("example_data")
object <- example_data$object_UKF269T_diet
getTrajectoryIds(object)
object <- removeSpatialTrajectories(object, ids = "horizontal_mid")
getTrajectoryIds(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.