plotDeltaHistogram {SqueakR} | R Documentation |
Plots a distribution of delta frequencies as a histogram.
plotDeltaHistogram(
data_path,
graph_title = "Delta Frequency-Labeled Histogram",
graph_subtitle = "Delta Frequency measures the kHz range of each detected call."
)
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 histogram shown in the viewer window, which can be manually exported.
## Not run: plotDeltaHistogram(
data_path = "inst/extdata/Example_Mouse_Data.xlsx",
graph_title = "myTitle", graph_subtitle = "myDescription"
)
## End(Not run)