plotResultsGG: Create evaluation ggplot graphics for linkage results

Description Usage Arguments Value

View source: R/forPlotting.R

Description

Create evaluation ggplot graphics for linkage results

Usage

1
2
3
4
5
6
plotResultsGG(
  datasetName,
  correlation = FALSE,
  write_plot = FALSE,
  plot_type = c("all", "minimax", "misclass", "pr")
)

Arguments

datasetName

name of the orginal data set; to use this parameter you must have a folder called "outMetrics/", with files for each linkage method of the format: "datasetName_single.Rdata"

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.