ResponseCurve: Output module: ResponseCurve

Description Usage Arguments Version Date submitted Author(s) See Also

View source: R/ResponseCurve.R

Description

Plot a detailed conditional response curve from the model against one covariate.

Usage

1
ResponseCurve(.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

which of the covariates to plot the response against. If NULL, the function is executed for all covariates, one after another. Else it should be a single numeric identifying the covariate to plot.

Version

1.1

Date submitted

2017-04-11

Author(s)

ZOON Developers, zoonproject@gmail.com

See Also

Other output: AIC, AUC, Appify, CoefficientPlot, CovHistograms, DataSummary, Deviance, GenerateCovariateReport, InteractiveCovariateMap, InteractiveMap, InteractiveOccurrenceMap, NoOutput, PairPlot, PerformanceMeasures, PredictNewRasterMap, PrintMap, PrintOccurrenceMap, ROCcurve, ReliabilityPlot, ResponseCurveViz, ResponsePlot, SameTimePlaceMap, SeparatePA, SurfaceMap, VariableImportance


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.