Learn R Programming

bootcluster (version 0.4.2)

plot_moc_results: Plot MOC Results

Description

Plot MOC Results

Usage

plot_moc_results(
  results,
  dataset_names,
  methods = c("kmeans", "hierarchical", "spectral", "fastgreedy", "metis", "hmetis"),
  plot_file = NULL,
  max_plots_per_page = 12,
  mar = c(2, 2, 2, 1)
)

Arguments

results

Results from analyze_moc_datasets

dataset_names

Name or vector of names of datasets to plot

methods

Methods to plot (default: c("fastgreedy", "metis", "hmetis"))

plot_file

Output file for plots (default: NULL)

max_plots_per_page

Maximum number of plots per page (default: 12)

mar

Margins for plots (default: c(2, 2, 2, 1))