get_maxent | R Documentation |
get_maxent
downloads maxent.jar.
get_maxent(version = "3.3.3k", quiet = FALSE)
version |
Either 'latest' for the latest stable release, or a character
version string indicating the version to download. See
|
quiet |
logical. Should success message be suppressed? |
This downloads the java file for the requested Maxent version into the appropriate dismo/java folder.
See references for license and citation details.
Invisibly returns 0
for success, and a non-zero integer
otherwise.
GitHub repository: mrmaxent/Maxent
Steven J. Phillips, Miroslav DudÃk, Robert E. Schapire. Maxent software for modeling species niches and distributions.
maxent_versions()
## Not run:
get_maxent('3.3.3k')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.