Skip to content

Commit

Permalink
fix generic fn
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Oct 23, 2024
1 parent 22b16c7 commit 5f21634
Show file tree
Hide file tree
Showing 5 changed files with 2,205 additions and 2,205 deletions.
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plot_data <- function(data, covariates) {
#' @seealso
#' [`bioikinetics$simulate_populate_trajectories`][biokinetics#method-simulate_populate_trajectories]
#' @export
plot.biokinetics_population_trajectories <- function(trajectories, data = NULL) {
plot.biokinetics_population_trajectories <- function(trajectories, ..., data = NULL) {
if (!attr(trajectories, "summarised")) {
by <- setdiff(colnames(trajectories), c("t0_pop", "tp_pop", "ts_pop",
"m1_pop", "m2_pop", "m3_pop",
Expand Down
2 changes: 1 addition & 1 deletion man/plot.biokinetics_population_trajectories.Rd

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

Loading

0 comments on commit 5f21634

Please sign in to comment.