plotClusters {SqueakR} | R Documentation |
3D Call Clusters (Custom Label) Plot
Description
Plots call clusters within a data-point in a 3D Plotly graph, with principal frequency on the x-axis, mean power on the y-axis, and call length on the z-axis.
Usage
plotClusters(data_path)
Arguments
data_path |
The path to the raw data |
Value
3D scatterplot
Examples
## Not run: plotClusters(data_path = "path")
[Package SqueakR version 1.3.0 Index]