getModelInfo: get info out of a sdmModels objects

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

When SDMs are fitted using sdm function, a sdmModels object is generated that contains all the information and objects created through fitting and evaluation procedures for all species and methods. These functions facilitate getting these information or specific objects from the sdmModels.

Usage

1

Arguments

x

a sdmModel object

...

additional arguments. see details

Details

getModelInfo generates a data.frame containing the information on the whole information available in the model (i.e., sdmModels object), including the name of methods, what setting were used (i.e., replication) to evaluate, whether the fitting or different kinds of evaluations were successful. The first column in the data.frame contains the model IDs, the unique code for each model that is used everywhere in the package. That can be used for referring to a specific object in the other functions.

Value

data.frame

Author(s)

Babak Naimi naimi.b@gmail.com

http://r-gis.net

http://biogeoinformatics.org

References

Naimi, B., Araujo, M.B. (2016) sdm: a reproducible and extensible R platform for species distribution modelling, Ecography, 39:368-375, DOI: 10.1111/ecog.01881

See Also

#

Examples

1
2
3
4
5
file <- system.file("external/model.sdm", package="sdm")

m <- read.sdm(file)

getModelInfo(m)

sdm documentation built on May 2, 2019, 6:32 p.m.

Related to getModelInfo in sdm...