as.species: Creates object of "species" class for input into moveSIM()...

View source: R/as.species.R

as.speciesR Documentation

Creates object of "species" class for input into moveSIM() and energySIM()

Description

Here we define the geographical origin of the agents whose movement we will be modeling.

Usage

as.species(x = NA, y = NA)

Arguments

x

Species origin longitude value (degrees). Required.

y

Species origin latitude value (degrees). Required.

Value

Object of class "species" for input into moveSIM() or energySIM()

Examples

myspecies <- as.species(x = -98.7, y = 34.7)

abmR documentation built on Aug. 28, 2023, 1:07 a.m.