r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of Gundala Viswanath
Sent: Dienstag, 25. Juni 2013 11:09
To: r-help@r-project.org; r-h...@stat.math.ethz.ch
Subject: [R] How to include ifelse condition to adjust QPLOT font size
I have a data which I plot using this co
I have a data which I plot using this code.
Attached is the plot
_BEGIN_
library(ggplot2)
dat.m <- read.delim("http://dpaste.com/1269939/plain/",sep="";)
colnames(dat.m) <- c("ensg","mirna_hgc","variable","value")
dat.m.y <- subset(dat.m,dat.m$variable=="y")
qplot(value,data=dat.m.y, geom="bar",
2 matches
Mail list logo