data-raw/namibianCatch.R

## code to prepare `DATASET` dataset goes here

df.namibianCatch <- data.frame(year=c(1965:1987),
                              catch=c(93.51,212.444,195.032,382.712,320.43,402.467,365.557,606.084,377.642,318.836,
                                      309.374,389.02,276.901,254.251,170.006,97.181,90.523,176.532,216.181,228.672,
                                      211.45,231,223),
                              cpue=c(1.78,1.31,0.91,0.96,0.88,0.90,0.87,0.72,0.57,0.45,
                                       0.42,0.42,0.49,0.43,0.40,0.45,0.55,0.53,0.58,0.64,
                                       0.66,0.65,0.63))

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