The module retrieves output from a presence only, or presence-absence model and outputs an ROC-curve with the AUC-value above it it uses the evaluate function from dismo.
ROCcurve(.model, .ras, newwin = TRUE)
.model is list of a data frame (data) and a model object (model). .model is passed automatically in workflow, combining data from the model module(s) and process module(s), to the output module(s) and should not be passed by the user..ras is a raster layer, brick or stack object. .ras is passed automatically in workflow from the covariate module(s) to the output module(s) and should not be passed by the user.The module writes the ROC-plot to whatever is opened by dev.new() this can be changed to plot in the current output device by setting the option newwin=FALSE
presence-only, presence/absence, presence/background
0
2016-06-15
Other output: Appify,
InteractiveCovariateMap,
InteractiveMap, NoOutput,
PerformanceMeasures,
PredictNewRasterMap,
PrintMap, ResponseCurveViz,
ResponseCurve,
SameTimePlaceMap, SeparatePA,
SurfaceMap,
VariableImportance