diff --git a/R/plot_land.R b/R/plot_landings.R similarity index 100% rename from R/plot_land.R rename to R/plot_landings.R diff --git a/R/table_bnc.R b/R/table_bnc.R new file mode 100644 index 0000000..c92c496 --- /dev/null +++ b/R/table_bnc.R @@ -0,0 +1,10 @@ +table_bnc <- function(dat, + model) { + if (model == "standard"){ + + } else if (tolower(model) == "ss3") { + + } else if (tolower(model) == "bam") { + + } +} \ No newline at end of file