Guest User

Untitled

a guest
May 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. soi = ts(scan("/mydata/soi.dat"), start=1950, frequency=12)
  2. rec = ts(scan("/mydata/recruit.dat"), start=1950, frequency=12)
  3. par(mfrow=c(2,1), mar=c(3, 4, 3, 2)) # sets up the graphics - ?par for info
  4. plot(soi, ylab="", xlab="", main="Southern Oscillation Index")
  5. plot(rec, ylab="", xlab="", main="Recruitment")
Add Comment
Please, Sign In to add comment