read_niche: SAVE SPECIES NICHE

View source: R/read_niche.R

read_nicheR Documentation

SAVE SPECIES NICHE

Description

reads a species NINA niche into from disk

Usage

read_niche(filepath)

Arguments

filepath

path to the file

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")
read_niche(path = "./", file = "ENtest.txt")

## End(Not run)


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