Learn R Programming

PAMpal (version 1.4.4)

plotDataExplorer: 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)

Value

nothing, just plots

Arguments

x

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

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

data(exStudy)

if(interactive()) plotDataExplorer(exStudy)

Run the code above in your browser using DataLab