as.species | R Documentation |
Here we define the geographical origin of the agents whose movement we will be modeling.
as.species(x = NA, y = NA)
x |
Species origin longitude value (degrees). Required. |
y |
Species origin latitude value (degrees). Required. |
Object of class "species" for input into moveSIM() or energySIM()
myspecies <- as.species(x = -98.7, y = 34.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.