Basic conditional plots in one column

ResponseCurveViz(.model, .ras, cov = NULL)

Arguments

.model
Internal parameter, do not use in the workflow function. .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
Internal parameter, do not use in the workflow function. .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.
cov
Covariates

Details

Just starting out, much more to do

Data type

presence-only

Version

0

See also

Other output: Appify, InteractiveCovariateMap, InteractiveMap, NoOutput, PerformanceMeasures, PredictNewRasterMap, PrintMap, ROCcurve, ResponseCurve, SameTimePlaceMap, SeparatePA, SurfaceMap, VariableImportance

Author

G. McInerny, gmcinerny@hotmail.com