runDetectionExplorer {PAMscapes}R Documentation

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

Taiki Sakai taiki.sakai@noaa.gov

Examples

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


[Package PAMscapes version 0.14.0 Index]