plotCorrelations {SqueakR} | R Documentation |
Plot Correlation Matrix
Description
Plots a box-plot based on principal frequency, grouped by custom labels designated in DeepSqueak.
Usage
plotCorrelations(
data_path,
graph_title = "Correlation Matrix",
graph_subtitle = "Correlation coefficients labeled."
)
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) |
Value
A ggplot2 visualization of the box-plot shown in the viewer window, which can be manually exported.
Examples
## Not run: plotCorrelations(
data_path = "inst/extdata/Example_Mouse_Data.xlsx",
graph_title = "myTitle", graph_subtitle = "myDescription"
)
## End(Not run)
[Package SqueakR version 1.3.0 Index]