plot.disto {disto}R Documentation

Plot a disto object

Description

Various plotting options for subsets of disto objects

Usage

## S3 method for class 'disto'
plot(x, ...)

Arguments

x

object of class disto

...

Additional arguments. See details.

Details

Among the additional arguments,

Value

ggplot object

Examples

temp <- stats::dist(iris[,1:4])
dio  <- disto(objectname = "temp")
plot(dio, type = "heatmap")
plot(dio, type = "dendrogram")

[Package disto version 0.2.0 Index]