-
Notifications
You must be signed in to change notification settings - Fork 0
02: SqueakR Dashboard
Simon Ogundare edited this page Jun 21, 2022
·
1 revision
Once SqueakR is installed and loaded in R:
install.packages("SqueakR")
library(SqueakR)
You can launch the dashboard using the following code:
squeakRDashboard()
The SqueakR Dashboard will load as a window resembling the image below:
- Click the
Browse
button to search for and upload yourexperiment
. - Click
Load Experiment
to load the experiment into your dashboard.
The Dashboard will appear as shown below:
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.
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!