View source: R/runSoundscapeExplorer.R
runSoundscapeExplorer | 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 loadSoundscapeData |
invisible TRUE
Taiki Sakai taiki.sakai@noaa.gov
if(interactive()) {
hmd <- loadSoundscapeData(system.file('extdata/MANTAExampleSmall1.csv', package='PAMscapes'))
runSoundscapeExplorer(hmd)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.