[R] Matrix multiplication

2012-12-11 Thread annek
Hi, I have a transition matrix T for which I want to find the steady state matrix for. This could be approximated by taking T^n , for large n. T= [ 0.8797 0.0382 0.0527 0.0008 0.02120.8002 0.0041 0.0143 0.09810.0273 0.8802 0.0527 0.00100.1343 0.0630

[R] Multiple plots in one subplot

2011-12-16 Thread annek
Hi, I making a figure with six sub-plots using par(mfcol=c(2,3)). In the last sub-plot I want to have two graphs instead of one. I have tried using par(fig=x,y,z,v) but this par seems to overwrite the first par. Is there a simple solution? Thanks! Anna -- View this message in context: http://r