| as.data.frame.pkprofile | R Documentation |
pkprofile to a data.frameCoerce a pkprofile to a data.frame
## S3 method for class 'pkprofile'
as.data.frame(x, ..., col.names = c("time", "conc"), .state = FALSE)
x |
An object of class |
... |
Further arguments passed along. |
col.names |
Character vector of length 2 giving the names for the time and concentration columns. |
.state |
Include the complete state along with |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.