checkMaxentInstallation {SDMtune} | R Documentation |
Check Maxent Installation
Description
The function checks if Maxent is correctly installed.
Usage
checkMaxentInstallation(verbose = TRUE)
Arguments
verbose |
logical, if |
Details
In order to have Maxent correctly configured is necessary that:
Java is installed;
the package "rJava" is installed;
the file "maxent.jar" is in the correct folder.
Value
TRUE
if Maxent is correctly installed, FALSE
otherwise.
Author(s)
Sergio Vignali
Examples
checkMaxentInstallation()
[Package SDMtune version 1.3.1 Index]