load_model | R Documentation |
Saves NINA niche model into the disk
load_model(project.name, path = "./")
project.name |
name of the folder to be created |
path |
directory path |
## Not run:
EN1 <- EN_model(env_data, occ_data1, cluster = "env", n.clus = 5)
save_model(EN1, path = "~/Desktop", project.name = "NINA1")
load_model("NINA1", path = "~/Desktop")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.