Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 1, 2024
1 parent 1073fc8 commit e510cd8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 8 deletions.
3 changes: 2 additions & 1 deletion R/biokinetics.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,12 @@ biokinetics <- R6::R6Class(
#' @description Plot model input data with a smoothing function. Note that
#' this plot is on a log scale, regardless of whether data was provided on a
#' log or a natural scale.
#' @vparam ncol Optional number of cols to display facets in.
#' @param ncol Optional number of cols to display facets in.
#' @return A ggplot2 object.
plot_model_inputs = function(ncol = NULL) {
plot_sero_data(private$data, private$all_formula_vars, ncol)
},
#' @description Opens an RShiny app to help with model diagnostics.
inspect = function() {
inspect_model(self, private)
},
Expand Down
20 changes: 19 additions & 1 deletion man/biokinetics.Rd

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

41 changes: 35 additions & 6 deletions man/biokinetics_priors.Rd

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

0 comments on commit e510cd8

Please sign in to comment.