Displaying 1 result from an estimated 1 matches for "hgt_out".
Did you mean:
cnt_out
2006 Feb 16
1
how to save the picture with par(mfrow = c(1, 3), pty='s') setti ngs?
...-------------------------------
op <- par(mfrow = c(1, 3),pty='s')
pdf(file="Fig_den.pdf")
barplot2(tab.in,plot.grid=TRUE,xlab="number of HGT_in",ylab="density")
lines(dneg,col="red",lwd=2)
barplot2(tab.out,plot.grid=TRUE,xlab="number of HGT_out",ylab="density")
lines(dnegout,col="red",lwd=2)
barplot2(vt,plot.grid=TRUE,xlab="number of HT POGs",ylab="density")
lines(dnegpog,col="red",lwd=2)
dev.off()
par(op)
-------------------------------------------------------
Somehow in file...