Displaying 1 result from an estimated 1 matches for "dnegout".
Did you mean:
devout
2006 Feb 16
1
how to save the picture with par(mfrow = c(1, 3), pty='s') setti ngs?
...frow = 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 Fig_den.pdf these figures are on the separate p...