getData_speciesRaster: Get data from speciesRaster

View source: R/getData_speciesRaster.R

getData_speciesRasterR Documentation

Get data from speciesRaster

Description

Return the data item from a speciesRaster object.

Usage

getData_speciesRaster(x)

Arguments

x

object of class speciesRaster

Value

The object found in the data location of the speciesRaster. Could be either a vector or a matrix.

Author(s)

Pascal Title

Examples

x <- addTraits_speciesRaster(tamiasSpRas, tamiasTraits)
getData_speciesRaster(x)


ptitle/speciesRaster documentation built on June 11, 2022, 1:35 a.m.