> plotDensity(log2(raw.data[,3:8]+0.1)
+ >legend(15,0.1,legend=targets$FileName,lty=1:6,col=1:6)
+ legend(15,0.1,legend=targets$FileName,lty=1:6,col=1:6)
Error: unexpected symbol in:
">legend(15,0.1,legend=targets$FileName,lty=1:6,col=1:6)
legend"
> legend(15,0.1,legend=targets$FileName,lty=1:6,col=1:6)
Error in strwidth(legend, units = "user", cex = cex, font = text.font) :
plot.new has not been called yet
Tried plot.new too, not working
Help?
Thanks
You should first load the R package affy
library(affy)
worked thanks a lot...
plotDensity(log2(mydata[,4:9]+0.1))
Error: could not find function "plotDensity"
i am still having this function. can any one help? done with loading package libarary(affy)