powered by
Here we define the geographical origin of the agents whose movement we will be modeling.
as.species(x = NA, y = NA)
Object of class "species" for input into moveSIM() or energySIM()
Species origin longitude value (degrees). Required.
Species origin latitude value (degrees). Required.
myspecies <- as.species(x = -98.7, y = 34.7)
Run the code above in your browser using DataLab