runSoundscapeExplorer: Run Soundscape Explorer App

View source: R/runSoundscapeExplorer.R

runSoundscapeExplorerR 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 loadSoundscapeData

Value

invisible TRUE

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples

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


PAMscapes documentation built on April 4, 2025, 2:17 a.m.