plotConcordanceDendrogram {benchdamic}R Documentation

plotConcordanceDendrogram

Description

Plots the method's dendrogram of concordances.

Usage

plotConcordanceDendrogram(hc, direction = "v", cols)

Arguments

hc

Hierarchical clustering results produced in plotConcordance function.

direction

vertical (default direction = "v") or horizontal (direction = "h").

cols

A named vector containing the color hex codes.

Value

a ggplot2 object

See Also

createConcordance and plotConcordance


[Package benchdamic version 1.0.0 Index]