Skip to main content

save_dendrogram_plot

Function save_dendrogram_plot 

Source
pub fn save_dendrogram_plot<P: AsRef<Path>>(
    linkage_matrix: ArrayView2<'_, f64>,
    labels: Option<&[String]>,
    output_path: P,
    dendrogram_config: Option<&DendrogramConfig<f64>>,
    output_config: Option<&PlotOutput>,
) -> Result<()>
Expand description

High-level function to create and save a dendrogram plot