Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chantel Wetzel committed May 10, 2024
1 parent b37af66 commit 0278126
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ export(draw_theme)
export(est_growth)
export(estimate_weight_length)
export(fit_vbgrowth)
export(get_design_based)
export(get_json)
export(get_url)
export(plot_age_length_sampling)
export(plot_bio_patterns)
export(plot_comps)
export(plot_cpue)
export(plot_index)
export(plot_proportion)
export(plot_varlenage)
export(plot_westcoast)
Expand All @@ -72,6 +74,7 @@ importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,reframe)
importFrom(dplyr,rename)
importFrom(glue,glue)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,png)
Expand Down
2 changes: 2 additions & 0 deletions man-roxygen/strata.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param strata A data frame that defines the strata and provides the
#' calculated areas for each strata returned from [createStrataDF.fn()].
2 changes: 1 addition & 1 deletion man/PlotBio.fn.Rd

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

2 changes: 1 addition & 1 deletion man/PlotBioStrata.fn.Rd

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

86 changes: 86 additions & 0 deletions man/get_design_based.Rd

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

49 changes: 49 additions & 0 deletions man/plot_index.Rd

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

0 comments on commit 0278126

Please sign in to comment.