Learn R Programming

ENMeval (version 2.0.6)

lookup.algorithm: Look up algorithm name from a fitted model

Description

Internal function to infer the algorithm name (e.g. "maxnet") from a fitted model object's class.

Usage

lookup.algorithm(mod)

Arguments

mod

A fitted model object (e.g. maxnet, MaxEnt_model, envelope_model).