plotDataExplorer: Explore Data in an Interactive Shiny Plot

View source: R/plotDataExplorer.R

plotDataExplorerR Documentation

Explore Data in an Interactive Shiny Plot

Description

Runs an interactive Shiny plot of detector data. Allows user to choose which numeric data to plot, and will allow user to both color and facet the plot by event number, detector name, or species

Usage

plotDataExplorer(x)

Arguments

x

data to plot, can be an AcousticStudy, AcousticEvent, data.frame or a list of AcousticEvent objects

Value

nothing, just plots

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


data(exStudy)

if(interactive()) plotDataExplorer(exStudy)


PAMpal documentation built on Sept. 11, 2024, 6:31 p.m.