Plot a heatmap for JaccardIndex output

plotJaccardIndex(
  ji,
  title = "neighborhood Jaccard Index",
  hclust_method = "complete",
  ...
)

Arguments

ji

output of JaccardIndex

title

The title.

hclust_method

The agglomeration method to be used. See hclust.

...

Parameter passed to dist

Value

A ggplot object