Displaying 1 result from an estimated 1 matches for "chnum".
Did you mean:
phnum
2010 Dec 14
2
300 dpi and eps:
...al',width=10,height=10,horizontal=FALSE)
> par(mfrow=c(5 ,1))
> plot(sortord , X1 , cex=0.5 ,pch=21 , ylim=c(1.000002 , 8.08771 ),
xlab='ST: 1-5 position (unit)',ylab='ylabel',font.lab = 1, cex.lab =
1,cex.main=0.5 +0.4, col=chrom )
> text(midpointsbyc+minadj+5,0-5,chnum ,cex=0.5 +0.2 ,col=chnum+1 )
> abline(h = -1*log10(9.7e-08 ), lty = 2,col = 'gray' )
> # Draw the legend
> legend('topright',legend=c('X1'))
> plot(sortord , X2....
....
> # Put a box around the plot
> box(lwd = 1)
> dev.off()
--