View source: R/plotDataExplorer.R
plotDataExplorer | R Documentation |
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
plotDataExplorer(x)
x |
data to plot, can be an |
nothing, just plots
Taiki Sakai taiki.sakai@noaa.gov
data(exStudy)
if(interactive()) plotDataExplorer(exStudy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.