mutate.PKNCAresults {PKNCA} | R Documentation |
dplyr mutate-based modification for PKNCA
Description
dplyr mutate-based modification for PKNCA
Usage
## S3 method for class 'PKNCAresults'
mutate(.data, ...)
## S3 method for class 'PKNCAconc'
mutate(.data, ...)
## S3 method for class 'PKNCAdose'
mutate(.data, ...)
Arguments
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details. |
... |
< The value can be:
|
See Also
Other dplyr verbs:
filter.PKNCAresults()
,
group_by.PKNCAresults()
,
inner_join.PKNCAresults()
[Package PKNCA version 0.11.0 Index]