Dear R users,

I want to superimpose two graphs as well as ensure that they should have
same scale with same x & y axis.

I am using following command but it does not ensure same scale.

*pdf(file = "../RESULTS/RS1.simulated.pdf", width = 10, height =6)*
*plot(Reserves.RS, col = 1:2, screen = 1)*
*par(new= TRUE)*
*barplot(RS.active, axes = FALSE)*
*dev.off()*
*
*
Regards
Vikram

	[[alternative HTML version deleted]]

