runSoundscapeExplorer {PAMscapes} | R Documentation |
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)
Arguments
data |
file path to soundscape data or data that has been loaded with checkSoundscapeInput |
Value
invisible TRUE
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
Examples
if(interactive()) {
hmd <- checkSoundscapeInput(system.file('extdata/MANTAExampleSmall1.csv', package='PAMscapes'))
runSoundscapeExplorer(hmd)
}
[Package PAMscapes version 0.7.0 Index]