| SWD-class {SDMtune} | R Documentation |
Sample With Data
Description
Object similar to the MaxEnt SWD format that hosts the species name, the coordinates of the locations and the value of the environmental variables at the location places.
Usage
## S4 method for signature 'SWD'
show(object)
Arguments
object |
SWD object |
Details
The object can contains presence/absence, presence/background, presence only or absence/background only data. Use the prepareSWD function to create the object.
Slots
speciescharacter. Name of the species.
coordsdata.frame. Coordinates of the locations.
datadata.frame. Value of the environmental variables at location sites.
panumeric. Vector with
1for presence and0for absence/background locations.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]