powered by
data(MCLpaid) data(MCLincurred)
data(MCLpaid) data(MCLincurred) op=par(mfrow=c(2,1)) matplot(t(MCLpaid), type="l") matplot(t(MCLincurred), type="l") par(op)
Run the code above in your browser using DataLab