Learn R Programming

PAMscapes (version 0.14.0)

runDetectionExplorer: Run Detection Data Explorer App

Description

Runs a Shiny app that allows users to interactively find the proper parameters to load a detection dataset using loadDetectionData and explore plots for detection data

Usage

runDetectionExplorer(data = NULL)

Arguments

data

file path to a CSV file containing detection data or a dataframe

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code
if(interactive()) {
  detFile <- system.file('extdata/detectionExample.csv', package='PAMscapes')
  runDetectionExplorer(detFile)
}

Run the code above in your browser using DataLab