Skip to content

basic_plots

Rajan edited this page Apr 11, 2023 · 3 revisions

Scripts to generate basic plots

barplot.R

Generate bar-plot

$ Rscript barplot.R

boxplot.R

Generate box-plot

$ Rscript boxplot.R

correlation.R

Generate correlation plot

$ Rscript correlation.R

heatmap.R

Generate heatmap

$ Rscript heatmap.R

linechart.R

Generate line-chart

$ Rscript linechart.R

violin.R

Generate violin plot

$ Rscript violin.R

bubble_plot.R

Generate bubble plot

$ Rscript bubble_plot.R

areaChart.R

Generate stacked area chart

$ Rscript areaChart.R