Various plotting options for subsets of disto objects
# S3 method for disto plot(x, ...)
x | object of class disto |
---|---|
... | Additional arguments. See details. |
ggplot object
Among the additional arguments,
'type: is mandatory. Currently, these options are supported: heatmap, dendrogram.
sampleSize: A random sample of indexes is drawn from the distance object underlyting the disto mapping. Default value of sampleSize is set to 100.
seed seed for random sample. Default is 100.
#> Error: Unable to find the object in the specified environment.#> Error in plot(dio, type = "heatmap"): object 'dio' not found#> Error in plot(dio, type = "dendrogram"): object 'dio' not found