speciesLISA-class: speciesLISA class

Description Slots Author(s) Examples

Description

An object of the speciesLISA class contains information about a local indicator of spatial association (LISA) statistic in predictor variables at the location of species occurrences. The object can be created with the function: speciesLisa.

Slots

Slots for speciesLISA object:

species:

object of class SpatialPoints

data:

data.frame, attribute table of species points

LISAs:

matrix, LISA statistics for different predictors

weights:

numeric, the variable importance

statistic:

character, the name of LISA statistic

LISA:

numeric, aggregated LISAs at each species location

Author(s)

Babak Naimi naimi.b@gmail.com

http://r-gis.net

Examples

1
showClass("speciesLISA")

Example output

Loading required package: sp
Loading required package: raster
Class "speciesLISA" [package "usdm"]

Slots:
                                                                            
Name:        species          data         LISAs       weights     statistic
Class: SpatialPoints    data.frame        matrix       numeric     character
                    
Name:           LISA
Class:       numeric

usdm documentation built on May 2, 2019, 5:50 p.m.