runSoundscapeExplorer {PAMscapes} | R Documentation |
Launches a shiny app that allows users to browse the various plotting functions available to visualize soundscape data
runSoundscapeExplorer(data = NULL)
data |
file path to soundscape data or data that has been loaded with checkSoundscapeInput |
invisible TRUE
Taiki Sakai taiki.sakai@noaa.gov
if(interactive()) {
hmd <- checkSoundscapeInput(system.file('extdata/MANTAExampleSmall1.csv', package='PAMscapes'))
runSoundscapeExplorer(hmd)
}