plot_hcc: Plot a hierarchical crime clustering object

Description Usage Arguments Details Value See Also Examples

Description

Similar to plot.dendrogram.

Usage

1
plot_hcc(tree, yticks = seq(-2, 8, by = 2), hang = -1, ...)

Arguments

tree

an object produced from crimeClust_hier

yticks

the location of the tick marks for log Bayes factors

hang

the hang argument of as.dendrogram

...

other arguments passed to plot.dendrogram

Details

This function creates a dendrogram object and then plots it. It corrects the y-axis to give the proper values and adds the number of clusters if the tree were cut at a particular log Bayes factor.

Value

A dendrogram

See Also

crimeClust_hier

Examples

1
# See vignette: "Crime Series Identification and Clustering" for usage.

Example output



crimelinkage documentation built on May 2, 2019, 1:36 a.m.