Skip to main content

export_markdown_report

Function export_markdown_report 

Source
pub fn export_markdown_report(
    path: &Path,
    labels: &[String],
    density_maps: &[Array2<f64>],
    converged_map: &Array2<bool>,
    n_converged: usize,
    n_total: usize,
    provenance: &[(String, String)],
) -> Result<(), IoError>
Expand description

Export a Markdown summary report of the spatial mapping results.