Learn R Programming

sdm (version 1.1-8)

coordinates: get or set spatial coordinates of species data

Description

Get or set spatial coordiates of a sdmdata object.

Usage

# S4 method for sdmdata
coordinates(obj,...)

# S4 method for sdmdata coordinates(object)<-value

Value

matrix, or if the coordinates set, the sdmdata object is returned.

Arguments

obj

speciesData (either of singleSpecies, multiple Species or SpeciesDataList) object

object

same as obj

value

spatial coordinates either a matrix, or data.frame, or column name as character, or a formula (e.g., ~x+y, or ~coords(x+y))

...

Additional arguments

References

Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, DOI: 10.1111/ecog.01881

Examples

Run this code
file <- system.file("external/data.sdd", package="sdm")
d <- read.sdm(file)

d # a sdmdata object

coordinates(d)

Run the code above in your browser using DataLab