Learn R Programming

ENMeval (version 0.2.2)

ENMevaluation-class : Class "ENMevaluation"

Description

Objects of this class are generated by a call of ENMevaluate.

Arguments

Objects from the Class

Objects can be created by calls of the form new("ENMevaluation", ...).

Slots

results:

Object of class "data.frame". The full results table.

predictions:

Object of class "RasterStack". Model predictions in geographic space.

models:

List of objects of class "MaxEnt" from the dismo package. Each of these entries include slots for lambda values and the original Maxent results table. See Maxent documentation for more information.

partition.method:

Object of class "character". Indicates the method used for data partitioning.

occ.pts:

Object of class "data.frame". The original presence coordinates.

occ.grp:

Object of class "numeric". The evaluation bin assignment for each occurrence point.

bg.pts:

Object of class "data.frame". The background coordinates used for analysis.

bg.grp:

Object of class "numeric". The evaluation bin assignment for each background point.

overlap:

Object of class "matrix". Niche overlap statistic between models of different settings.

Examples

Run this code
# NOT RUN {
showClass("ENMevaluation")
# }

Run the code above in your browser using DataLab