Scripts for quickly generating standard plots from the command line.
Plot a histogram from a column of numbers
usage: histogram.R <file>
positional arguments:
file File of numerical values, one per line.
histogram.R insert_size.txt
Plot a scatter plot from two columns of numbers
usage: scatter.R <file>
positional arguments:
file File with two columns of numerical values,
tab-delimited.
scatter.R two_col.txt
Plot a heat scatter plot from two columns of numbers
usage: heatscatter.R <file>
positional arguments:
file File with two columns of numerical values,
tab-delimited.
heatscatter.R two_col.txt
Plot a heat contour plot from two columns of numbers
usage: heatcontour.R <file>
positional arguments:
file File with two columns of numerical values,
tab-delimited.
heatcontour.R two_col.txt