powered by
Launches a shiny app that allows users to browse the various plotting functions available to visualize soundscape data
runSoundscapeExplorer(data = NULL)
invisible TRUE
file path to soundscape data or data that has been loaded with loadSoundscapeData
Taiki Sakai taiki.sakai@noaa.gov
if(interactive()) { hmd <- loadSoundscapeData(system.file('extdata/MANTAExampleSmall1.csv', package='PAMscapes')) runSoundscapeExplorer(hmd) }
Run the code above in your browser using DataLab