Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions R/vpcPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#' traditional VPC plot (`vpcPlot()` and `vpcPlotTad()`).
#' @inheritParams vpc::vpc
#' @inheritParams rxode2::rxSolve
#' @param method the method to use for VPC plotting; can be `"vpc"` (uses the
#' \pkg{vpc} package) or `"tidyvpc"` (uses the \pkg{tidyvpc} package). By
#' default, `"vpc"` is used when the \pkg{vpc} package is available, otherwise
#' `"tidyvpc"` is used.
#' @param ... Args sent to \code{\link[rxode2]{rxSolve}}
#' @return Simulated dataset (invisibly)
#' @author Matthew L. Fidler
Expand Down