ggplot2 version of matplot()?
matplot() makes it easy to plot a matrix/two dimensional array by columns (also works on data frames):
Is there something similar using ggplot2, or does ggplot2 require data to be melted into a dataframe first?
Also, is there a way to arbitrarily color/style subsets of the matrix columns using a separate vector (of length=ncol(a))?
