powered by
data(HalibutPAC) str(HalibutPAC) head(HalibutPAC) op <- par(mfrow=c(1,2),pch=19) plot(rec~year,data=HalibutPAC,type="l") plot(rec~ssb,data=HalibutPAC) par(op)
Run the code above in your browser using DataLab