Description Usage Arguments Value
Create evaluation ggplot graphics for linkage results
1 2 3 4 5 6 | plotResultsGG(
datasetName,
correlation = FALSE,
write_plot = FALSE,
plot_type = c("all", "minimax", "misclass", "pr")
)
|
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 |
evaluation graph, as specified in plot_type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.