maxent_get_results: Retrieve the results of a MaxEnt model by name

View source: R/maxent.R

maxent_get_resultsR Documentation

Retrieve the results of a MaxEnt model by name

Description

Retrieve the results of a MaxEnt model by name

Usage

maxent_get_results(object, name)

Arguments

object

a MaxEnt model

name

the result name

Value

numeric, matrix or vector depending upon what is requested or NULL

Examples

## Not run: 
 auc <- maxent_get_results(object, 'AUC')
 contrib <- maxent_get_results(object, 'contribution')

## End(Not run)

BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.