-
Notifications
You must be signed in to change notification settings - Fork 0
basic_plots
Rajan edited this page Apr 11, 2023
·
3 revisions
Generate bar-plot
$ Rscript barplot.R
Generate box-plot
$ Rscript boxplot.R
Generate correlation plot
$ Rscript correlation.R
Generate heatmap
$ Rscript heatmap.R
Generate line-chart
$ Rscript linechart.R
Generate violin plot
$ Rscript violin.R
Generate bubble plot
$ Rscript bubble_plot.R
Generate stacked area chart
$ Rscript areaChart.R