Skip to content

Commit

Permalink
Rename landings fxn and add new table
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiano-NOAA committed Sep 25, 2024
1 parent 8224ea1 commit cd5d523
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions R/table_bnc.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
table_bnc <- function(dat,
model) {
if (model == "standard"){

} else if (tolower(model) == "ss3") {

} else if (tolower(model) == "bam") {

}
}

0 comments on commit cd5d523

Please sign in to comment.