plotResultsGG_base: Create evaluation ggplot graphics for varying linkage results

Description Usage Arguments Value

View source: R/forPlotting.R

Description

Create evaluation ggplot graphics for varying linkage results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotResultsGG_base(
  single = NULL,
  complete = NULL,
  average = NULL,
  centroid = NULL,
  minimax = NULL,
  correlation = FALSE,
  write_plot = FALSE,
  plot_type = c("all", "minimax", "misclass", "pr")
)

Arguments

single

name of of preloaded outmetrics for single linkage

complete

name of of preloaded outmetrics for complete linkage

average

name of of preloaded outmetrics for average linkage

centroid

name of of preloaded outmetrics for centroid linkage

minimax

name of of preloaded outmetrics for minimax linkage

correlation

if TRUE, set y limits in max minimax graphic to be [0, 1]

write_plot

if TRUE, write the graph to the working directory using ggsave()

plot_type

which evaluation graph you want to produce

Value

evaluation graph, as specified in plot_type


xhtai/clusterTruster documentation built on May 22, 2020, 10:56 a.m.