View source: R/SWD_short_helpers.R
run_maxent | R Documentation |
Helper function to run maxent.jar from R
run_maxent(batch, maxent.path, add_path = TRUE, wait = FALSE)
batch |
(character) name of the batch file (bash for Unix) with the code to create all candidate models. |
maxent.path |
(character) the path were the maxent.jar file is in your computer. |
add_path |
(logical) whether to add full path to |
wait |
(logical) whether R waits until the running is done or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.