[R] How to use ggplot2

2014-11-26 Thread jarod...@libero.it
Dear All!! I'll try to plot a barplot using aggplot2 head(alt) as.factor.data...7..Col ColMat Fastq miseq 1 189158158158104 2 190 54272 54272 54272 32122 3 191 301574 301574 301574 152625 4 192 161620

Re: [R] How to use ggplot2

2014-11-26 Thread John Kane
(aa))) p1 - p1 + geom_bar(stat = identity) p1 John Kane Kingston ON Canada -Original Message- From: jarod...@libero.it Sent: Wed, 26 Nov 2014 18:04:21 +0100 (CET) To: r-help@r-project.org Subject: [R] How to use ggplot2 Dear All!! I'll try to plot a barplot using aggplot2