renameSpatialTrajectory | R Documentation |
Renames spatial trajectory.
renameSpatialTrajectory(object, id, new_id, overwrite = FALSE)
object |
An object of class |
id |
Character value. The current ID of the spatial trajectory to be renamed. |
new_id |
Character value. The new ID of the spatial trajectory. |
overwrite |
Logical value. Must be |
inherit |
argument_dummy params |
library(SPATA2)
data("example_data")
object <- example_data$object_UKF269T_diet
plotSpatialTrajectories(object)
object <- renameSpatialTrajectory(object, id = "horizontal_mid", new_id = "Horizontal_Mid_Cap")
plotSpatialTrajectories(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.