Plot Density Graph, Splitting Groups by Frequency
Source:R/graphing_functions.R
      plotDensitySplitByFrequency.RdPlots a density graph, separating each frequency group into a separate plot in the figure.
Usage
plotDensitySplitByFrequency(
  data_path,
  graph_title = "Call Distribution, Split by Frequency Range (kHz)",
  graph_subtitle = "Calls are split by frequency ranges of 10 kHz.",
  chosen_group = c()
)Arguments
- 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) 
- chosen_group
- Specifying a particular group to be highlighted in the graph