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") 
Examples
if (FALSE) plotSummaryPDF(
  data_path = "inst/extdata/Example_Mouse_Data.xlsx",
  save_path = tempdir(), experimenter = "experimenter_name"
)