Skip to content

Commit

Permalink
Fix a couple spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRegular committed Apr 5, 2022
1 parent 051fe66 commit 7aec1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# SimSurvey 0.1.4

* Add a "bezier" method to make_grid
* Allow a vector of age-specific parameters to be supplied to sim_parabola plus add some options for defining a more asymetric parabola
* Allow a vector of age-specific parameters to be supplied to sim_parabola plus add some options for defining a more asymmetric parabola
* Speed up sim_sets and ensure sample call passes new error traps
* Fix bug in plotting scripts; plotly returns an error if supplied xtabs class data
* Improve vis_fit function
Expand Down
2 changes: 1 addition & 1 deletion R/run_strat.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ strat_data <- function(sim, length_group = 3, alk_scale = "division") {
#'
#' @param data Expects data.table with all grouping variables in stacked format (must include
#' strat_area and tow_area for scaling values)
#' @param metric Variable in specificed data.table. e.g. "number", "mass"
#' @param metric Variable in specified data.table. e.g. "number", "mass"
#' @param strat_groups Grouping variables for calculations of the fine-scale strat-level
#' means (strat and strat_area are required). e.g. c("year", "species",
#' "shiptrip", "NAFOdiv", "strat", "strat_area","age")
Expand Down
2 changes: 1 addition & 1 deletion man/strat_means.Rd

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

0 comments on commit 7aec1b7

Please sign in to comment.