graphsumo | R Documentation |
plot a nice and consistent graph
graphsumo(dataset, abs, ord, MFV = "vir", alphajitter = 1, n)
dataset |
dataset organised as col = c(condition, value) and 1 row = 1 sample |
abs |
parameter to be plotted in x ex : genotype |
ord |
parameter to be plotted in y ex : value |
MFV |
can be vir for viridis scale, male for b&w or female for red&white |
alphajitter |
transparence |
n |
number of populations |
graphsumo(iris, iris$Species, iris$Petal.Length, "vir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.