write_niche: SAVE SPECIES NICHE

View source: R/write_niche.R

write_nicheR Documentation

SAVE SPECIES NICHE

Description

Writes a species NINA niche into the disk

Usage

write_niche(x, path = "~", file = "niche")

Arguments

x

Niche model of class NINA

path

directory path

file

filename

Examples

## Not run: 
EN1 <- EN_model(env_data, occ_data1, cluster = "env", n.clus = 5)
write_niche(EN1$z.mod$A$spB, path = "./", file = "ENtest")

## End(Not run)



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