Skip to content

Commit

Permalink
Corrected drugs documentation for get_antimalarial_resistance_paramet…
Browse files Browse the repository at this point in the history
…ers() function (antimalarial_resistance.R)
  • Loading branch information
tbreweric committed Feb 13, 2024
1 parent d51bbf7 commit 2adf823
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion R/antimalarial_resistance.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ set_antimalarial_resistance <- function(parameters,
#' treatment has been administered in the current time step.
#'
#' @param parameters the model parameters
#' @param drug vector of integers representing the drugs administered to each individual receiving treatment
#' @param drugs vector of integers representing the drugs administered to each individual receiving treatment
#' @param timestep the current time step
get_antimalarial_resistance_parameters <- function(parameters, drugs, timestep) {

Expand Down
36 changes: 18 additions & 18 deletions man/CorrelationParameters.Rd

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

4 changes: 2 additions & 2 deletions man/get_antimalarial_resistance_parameters.Rd

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

0 comments on commit 2adf823

Please sign in to comment.