Learn R Programming

sdm (version 1.2-32)

coords: get or set spatial coordinates of species data

Description

Get or set spatial coordiates of a sdmdata object.

Usage

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

# S4 method for sdmdata coords(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 as character to change the names of coordinates

...

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

coords(d)

Run the code above in your browser using DataLab