write_niche | R Documentation |
Writes a species NINA niche into the disk
write_niche(x, path = "~", file = "niche")
x |
Niche model of class NINA |
path |
directory path |
file |
filename |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.