Output module. A function for outputing the raster of the predictions from an analysis
SameTimePlaceMap(.model, .ras)
.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.A Raster object giving the probabilistic model predictions for each cell of ras
1.0
2015-11-13
Other output: Appify,
InteractiveCovariateMap,
InteractiveMap, NoOutput,
PerformanceMeasures,
PredictNewRasterMap,
PrintMap, ROCcurve,
ResponseCurveViz,
ResponseCurve, SeparatePA,
SurfaceMap,
VariableImportance