Tag Archives: graph

Making a line graph to depict timecourse data

From this helpful thread in the bioconductor mailing list. Just to see what it is doing, I made a simpler example Column 5 of the matrix “two” can most easily be seen as the dotted aqua line (from -2.6879801 to … Continue reading

Posted in R | Tagged , | Leave a comment

Making a line chart with non-numerical x axis

Basic example of creating a line chart with user defined x axis values using R.

Posted in R | Tagged | Leave a comment