pkprofile
to a data.frame
Coerce a pkprofile
to a data.frame
# S3 method for pkprofile
as.data.frame(x, ..., col.names = c("time", "conc"), .state = FALSE)
A data.frame
with columns time
and conc
(or the
names specified in col.names
). If .state == TRUE
, then the
complete state is appended (as a matrix column).
An object of class pkprofile
.
Further arguments passed along.
Character vector of length 2 giving the names for the time and concentration columns.
Include the complete state along with time
and conc
?