sumDistSample | R Documentation |
The function sumDistSample
creates a plot showing the sum of distance
of a sample to other samples.
sumDistSample(d, title = "raw")
d |
|
title |
|
gg
object from ggplot2
a <- matrix(seq_len(100), nrow = 10, ncol = 10,
dimnames = list(seq_len(10), paste("sample", seq_len(10))))
dist <- distShiny(a)
sumDistSample(dist, title = "raw")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.