Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ModelThreshold.r #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/ModelThreshold.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' Function thresholds the suitability predicted by Maxent or by any other niche modeling algorithm, provided that
#' predicted file is in .asc format. Function needs 4 parameters, input file, which is prediction file. Occurrence file,
#' this a occurrence file used in calibrating the model. Format of this file is, speciesname, Longitude, Latitude.
#' PercentThreshold - what percent of ommission is aggreable while calibrating the model. This percent is suppose to be decided
#' PercentThreshold - what percent of ommission is agreable while calibrating the model. This percent is suppose to be decided
#' depending upon how the occurrences are sampled.
#' OutSuitFile - Final thresholded prediction will be stored in this file and the format of this file is .asc. Suitability
#' will be reclassified into 0 and 1. All the pixels above the thresholded value will be classified as 1 and the pixels below
Expand Down