Description Usage Arguments Details Value Examples
barplot to compare 2 samples
1 2 3 4 5 |
plotting_data |
dataframe or vector containing numerical data |
main |
title |
dataset_names |
vector of names of the datasets in the plotting_data list, by default these are taken from the column names of the dataframe. |
Intended for use with chromosome and (biotype - not sure if we're using this here) data. Uses the base function barplot and passes extra parameters to it.
produces a barplot and returns values generated by base function barplot.
1 2 | bar_plot(chromosomes)
bar_plot(chromosomes, cex_names = 0.8, col = topo.colors(2), ylab = "% of genes", xlab = "chromosome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.