Description Usage Arguments Details Version Date submitted Data type Author(s) See Also
The Appify module builds a shiny app that displays dynamic graphical and tabular representations of the input data (occurrence and covarite) as well as model predictions.
1 |
.model |
Internal parameter, do not use in the workflow function. |
.ras |
Internal parameter, do not use in the workflow function. |
directory |
(Optional) a string giving the path to a directory within which to save the shiny app. This directory must exist.#' |
run_App |
Logical, should the app be run automatically. Not recommended for workflows containing lists. Default is FALSE |
Appify will return the path to the shiny application. For details on how to share the application visit http://shiny.rstudio.com/tutorial/lesson7/. You can run the app locally using shiny::runApp(appDir = <YOUR_PATH>)
1.0
2016-05-05
presence-only, presence/absence, presence/background, abundance, proportion
ZOON Developers, Tom August, zoonproject@gmail.com
Other output: AIC, AUC,
CoefficientPlot,
CovHistograms, DataSummary,
Deviance,
GenerateCovariateReport,
InteractiveCovariateMap,
InteractiveMap,
InteractiveOccurrenceMap,
NoOutput, PairPlot,
PerformanceMeasures,
PredictNewRasterMap,
PrintMap, PrintOccurrenceMap,
ROCcurve, ReliabilityPlot,
ResponseCurveViz,
ResponseCurve, ResponsePlot,
SameTimePlaceMap, SeparatePA,
SurfaceMap,
VariableImportance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.