data-raw/eastpacCatch.R

## code to prepare `DATASET` dataset goes here

df.eastpacCatch <- data.frame(year=c(1934:1955),
                              catch=c(60913,72294,78353,91522,78288,110417,114590,76841,41965,50058,64094,
                                      89194,129701,160134,200340,192458,224810,183685,192234,138918,138623,140581),
                              cpue=c(10361,11484,11571,11116,11463,10528,10609,8018,7040,8441,10019,9512,9292,
                                     7857,8353,8363,7057,9809,6097,3814,5546,7895))

usethis::use_data(df.eastpacCatch, overwrite = TRUE)
habeebollah/montiR documentation built on Dec. 11, 2022, 7:55 p.m.