Skip to content

Commit

Permalink
keep internal
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 18, 2024
1 parent a9b952c commit 6d69954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export(load_curve_params)
export(load_noise_params)
export(load_pop_data)
export(log_likelihood)
export(plot_curve_params_one_ab)
export(sim.cs)
export(sim.cs.multi)
importFrom(Rcpp,sourceCpp)
Expand Down
4 changes: 2 additions & 2 deletions R/graph.decay.curves.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#'
#' load_curve_params("https://osf.io/download/rtw5k/") %>%
#' dplyr::filter(antigen_iso == "HlyE_IgG") %>%
#' serocalculator::plot_curve_params_one_ab()
#' @export
#' serocalculator:::plot_curve_params_one_ab()
#' @noRd
#' @keywords internal
plot_curve_params_one_ab = function(
object,
Expand Down
4 changes: 2 additions & 2 deletions man/plot_curve_params_one_ab.Rd

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

0 comments on commit 6d69954

Please sign in to comment.