Appify: Appify

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

Description

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.

Usage

1
Appify(.model, .ras, directory = tempdir(), run_App = FALSE)

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.#'

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

Details

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>)

Version

1.0

Date submitted

2016-05-05

Data type

presence-only, presence/absence, presence/background, abundance, proportion

Author(s)

ZOON Developers, Tom August, zoonproject@gmail.com

See Also

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


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