plotSummaryPDF {SqueakR} | R Documentation |
Plots a density graph, separating each frequency group into a separate plot in the figure.
plotSummaryPDF(data_path, save_path = tempdir(), experimenter = "Anon")
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") |
A PDF containing a series of relevant ethnograms and density graphs assessing the recording.
## Not run: plotSummaryPDF(
data_path = "inst/extdata/Example_Mouse_Data.xlsx",
save_path = tempdir(), experimenter = "experimenter_name"
)
## End(Not run)