| turtles2sf | R Documentation |
agentMatrix to sfConvert an agentMatrix object into an sf object.
turtles2sf(turtles)
## S4 method for signature 'ANY'
turtles2sf(turtles)
turtles |
|
sf object of POINT geometry representing the moving agents
(coordinates and data)
as contained in turtles.
Sarah Bauduin
t1 <- createTurtles(n = 10, coords = cbind(xcor = 1:10, ycor = 1:10))
if (requireNamespace("sf", quietly = TRUE)) {
sf_t1 <- turtles2sf(turtles = t1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.