View source: R/graphing_functions.R
plotEthnogramSplitByTonality | R Documentation |
Plots a tonality ethnogram, representing tonality (clarity) of calls throughout the recording.
plotEthnogramSplitByTonality( data_path, graph_title = "Ethnogram Split By Tonality", graph_subtitle = "Tonality: Signal/noise" )
data_path |
The full path to the Excel file exported from DeepSqueak |
graph_title |
The title for the graph (there is a default title if not specified) |
graph_subtitle |
The subtitle for the graph (there is a default subtitle if not specified) |
A ggplot2 visualization of the ethnogram shown in the viewer window, which can be manually exported.
## Not run: plotEthnogramSplitByTonality( data_path = "inst/extdata/Example_Mouse_Data.xlsx", graph_title = "myTitle", graph_subtitle = "myDescription" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.