powered by
The function checks if Maxent is correctly installed.
checkMaxentInstallation(verbose = TRUE)
logical, if TRUE the function provides useful messages to understand what is not correctly installed, default is TRUE.
TRUE
TRUE if Maxent is correctly installed, FALSE otherwise.
FALSE
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.
# NOT RUN { checkMaxentInstallation() # }
Run the code above in your browser using DataLab