sits_plot_dendrogram: Plot a dendrogram

Description Usage Arguments

Description

Plot an enhanced dendrogram based on a cluster object usually found in '.sits_last_cluster'

Usage

1
2
sits_plot_dendrogram(data.tb, cluster_obj, cutree_height = NULL,
  colors = "RdYlGn", ...)

Arguments

data.tb

SITS tibble to extract labels

cluster_obj

cluster object. Usually stored by 'sits_cluster' function in '.sits_last_object'

cutree_height

A dashed horizontal line to be drawed indicating the height of dendrogram cutting.

colors

a color scheme as showed in 'sits_color_name' function

...

Other parameters to be passed to graphics::plot() function


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.