Learn R Programming

PAMscapes (version 0.7.0)

runSoundscapeExplorer: Run Soundscape Explorer App

Description

Launches a shiny app that allows users to browse the various plotting functions available to visualize soundscape data

Usage

runSoundscapeExplorer(data = NULL)

Value

invisible TRUE

Arguments

data

file path to soundscape data or data that has been loaded with checkSoundscapeInput

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code
if(interactive()) {
  hmd <- checkSoundscapeInput(system.file('extdata/MANTAExampleSmall1.csv', package='PAMscapes'))
  runSoundscapeExplorer(hmd)
}

Run the code above in your browser using DataLab