Hi everyone,

I'm trying to generate an RNA degradation plot of the Estrogen example
data plot, but seem to get an error. I've tried defining an ylim value,
ylim=c(0,30) , but it doesn't seem to work either.

 

My code is as follows:

 

> RNAdeg<-AffyRNAdeg(Data)

> png(DegLoc, width=720, height=720)

> par(ann=FALSE)

> par(mar=c(3,3,0.1,0.1))

> plotAffyRNAdeg(RNAdeg,col=cols, cex.axis=1.2)

Error in plot.window(xlim, ylim, log, asp, ...) : 

        need finite 'ylim' values

> dev.off()

null device 

          1

 

Thanks in advance

Tony


        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to