Skip to content

02: SqueakR Dashboard

Simon Ogundare edited this page Jun 21, 2022 · 1 revision

Launching the Dashboard

Once SqueakR is installed and loaded in R:

install.packages("SqueakR")
library(SqueakR)

You can launch the dashboard using the following code:

squeakRDashboard()

Using the Dashboard

The SqueakR Dashboard will load as a window resembling the image below:

Sqkr1
  1. Click the Browse button to search for and upload your experiment.
  2. Click Load Experiment to load the experiment into your dashboard.

The Dashboard will appear as shown below:

Sqkr2

The tabs within the dashboard have the following functions:

  • Data Tables: View raw data in each call dataset of the experiment
  • Ethnogram Plots: View standard ethnogram and ethnogram split by tonality for a selected call dataset
  • Density Plots: View density plots, stacked and split by frequency, cluster ID (custom label), or duration, for a selected call dataset.
  • Supplemental Plots: View delta-frequency histogram, principal-frequency boxplot for custom labeled calls, and call-features correlation matrix for a selected call dataset.
  • Plot Differences: View aggregated call data for the mean of a selected call feature between experimental groups. 2 SE error bars are plotted to indicate significance.
  • ANOVA: View ANOVA tables for statistical significance of a selected call feature between experimental groups.

Troubleshooting

If you have any questions about using the dashboard that isn't addressed in this Wiki, please bring it up in the SqueakR repository Discussions, under SqueakR Dashboard!

Clone this wiki locally