save_model: SAVE NICHE MODEL

View source: R/save_model.R

save_modelR Documentation

SAVE NICHE MODEL

Description

Saves NINA niche model into the disk

Usage

save_model(m, path = "~", project.name = "NINA1")

Arguments

m

Niche model of class NINA

path

directory path

project.name

name of the folder to be created

Examples

## Not run: 
EN1 <- EN_model(env_data, occ_data1, cluster = "env", n.clus = 5)
save_model(EN1, path = "~/Desktop", project.name = "NINA1")

## End(Not run)


agarciaEE/NINA documentation built on Jan. 9, 2025, 10:09 a.m.