diff --git a/R/ModelThreshold.r b/R/ModelThreshold.r index 7d51c9c..beee9d8 100644 --- a/R/ModelThreshold.r +++ b/R/ModelThreshold.r @@ -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