read_niche | R Documentation |
reads a species NINA niche into from disk
read_niche(filepath)
filepath |
path to the file |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.