bubble_plot | R Documentation |
Bubble plot
bubble_plot(x, transp = 0.9, circ = 16, add.dendro = FALSE, ...)
x |
Data frame with data (columns = samples, rows = species abundance, rownames = species names) |
transp |
Transparency level (0-1) |
circ |
Circle scale factor |
add.dendro |
Logical, adds dendrogram for samples |
... |
Invisibly returns a plot ('ggplot' class).
x <- as.data.frame(matrix(runif(n = 100, min = 0, max = 100), nrow = 10))
rownames(x) <- paste("sp", 1:nrow(x), sep="")
bubble_plot(x, add.dendro=F)
bubble_plot(x, add.dendro=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.