Skip to content

Commit

Permalink
update printfolder to forSS3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chantel Wetzel committed May 8, 2024
1 parent eabcc6f commit 257f43a
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 19 deletions.
2 changes: 1 addition & 1 deletion R/Biomass.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Biomass.fn <- function(
dat,
strat.vars = c("Depth_m", "Latitude_dd"),
strat.df,
printfolder = "forSS",
printfolder = "forSS3",
outputMedian = TRUE,
month = "Enter month",
fleet = "Enter fleet",
Expand Down
2 changes: 1 addition & 1 deletion R/GetN.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GetN.fn <- function(
"thorny",
"others"
),
printfolder = "forSS",
printfolder = "forSS3",
output = NULL,
verbose = TRUE) {

Expand Down
2 changes: 1 addition & 1 deletion R/SurveyAFs.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SurveyAFs.fn <- function(
ageErr = "Enter",
nSamps = "Enter Samps",
month = "Enter Month",
printfolder = "forSS",
printfolder = "forSS3",
remove999 = TRUE,
outputStage1 = FALSE,
verbose = TRUE) {
Expand Down
2 changes: 1 addition & 1 deletion R/SurveyAgeAtLen.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SurveyAgeAtLen.fn <- function(
partition = 0,
ageErr = "Enter Age Error",
returnSamps = FALSE,
printfolder = "forSS",
printfolder = "forSS3",
verbose = TRUE) {

plotdir <- file.path(dir, printfolder)
Expand Down
2 changes: 1 addition & 1 deletion R/SurveyLFs.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SurveyLFs.fn <- function(
ageErr = "Enter",
nSamps = "Enter Samps",
month = "Enter Month",
printfolder = "forSS",
printfolder = "forSS3",
remove999 = TRUE,
outputStage1 = FALSE,
sum100 = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion R/UnexpandedAF.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UnexpandedAFs.fn <- function(
agelow = -1,
agehigh = -1,
month = "Enter Month",
printfolder = "forSS",
printfolder = "forSS3",
verbose = TRUE) {

# Overwrite inputs to use the same code for lengths as ages
Expand Down
2 changes: 1 addition & 1 deletion R/checkStrata.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CheckStrata.fn <- function(
dat,
strat.vars = c("Depth_m", "Latitude_dd"),
strat.df,
printfolder = "forSS",
printfolder = "forSS3",
verbose = TRUE) {

# Grab the strata rownmaes to index later
Expand Down
2 changes: 1 addition & 1 deletion R/get_raw_comps.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#' \dontrun{
#' bio <- pull_bio{
#' common_name = "lingcod",
#' survey = "NWFSC.Combo
#' survey = "NWFSC.Combo"
#' }
#'
#' length_comps <- get_raw_comps(
Expand Down
2 changes: 1 addition & 1 deletion R/unexpandedLF.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UnexpandedLFs.fn <- function(
agelow = -1,
agehigh = -1,
month = "Enter Month",
printfolder = "forSS",
printfolder = "forSS3",
verbose = TRUE) {

plotdir <- file.path(dir, printfolder)
Expand Down
43 changes: 33 additions & 10 deletions man/get_raw_comps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 257f43a

Please sign in to comment.