Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
werpuc committed Aug 1, 2024
1 parent 1ff827d commit 0758063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_fitted_uc.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' fit_dat <- kin_dat[kin_dat[["ID"]]==1, ]
#' fit_k_params <- get_example_fit_k_params()
#' control <- get_example_control()
#' fit_values_all <- create_fit_dataset(kin_dat, control, fit_k_params)
#' fit_values_all <- create_fit_dataset(kin_dat, fit_k_params, control)
#' fit_values <- fit_values_all[fit_values_all[["ID"]]==1, ]
#' plot_fitted_uc(fit_dat, fit_values)
#'
Expand Down

0 comments on commit 0758063

Please sign in to comment.