plotSummaryPDF {SqueakR} | R Documentation |
Export PDF
Description
Plots a density graph, separating each frequency group into a separate plot in the figure.
Usage
plotSummaryPDF(data_path, save_path = tempdir(), experimenter = "Anon")
Arguments
data_path |
The full path to the Excel file exported from DeepSqueak |
save_path |
The full path to the directory where the PDF will be saved (default is the current working directory) |
experimenter |
The name of the experimenter for naming the save file (default is "Anon") |
Value
A PDF containing a series of relevant ethnograms and density graphs assessing the recording.
Examples
## Not run: plotSummaryPDF(
data_path = "inst/extdata/Example_Mouse_Data.xlsx",
save_path = tempdir(), experimenter = "experimenter_name"
)
## End(Not run)
[Package SqueakR version 1.3.0 Index]