save_model | R Documentation |
Saves NINA niche model into the disk
save_model(m, path = "~", project.name = "NINA1")
m |
Niche model of class NINA |
path |
directory path |
project.name |
name of the folder to be created |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.