Re: [R] ggplot simple question.
On Sat, 12 May 2012, rmje wrote: I have a matrix like this Name 12 3 45 NM_0010395141.033557047 0.74698795180.90045248870.8613861386 0.7952499048 NM_0010
Re: [R] ggplot simple question.
That does not look like a matrix but a data frame. Do a class(dataname) to check. It is much better to present the data in a useable format. Have a look at ?dput for a way to provide the data. However if we assulme your data is xx, this may do what you want if I understand you correcctly. x