as_hce.data.frame {hce} | R Documentation |
Coerce a data frame to an hce
object
Description
Coerce a data frame to an hce
object
Usage
## S3 method for class 'data.frame'
as_hce(x, ...)
Arguments
x |
a data frame. |
... |
additional parameters. |
Value
an hce
object.
Examples
KHCE <- as_hce(KHCE)
calcWO(KHCE)
[Package hce version 0.6.0 Index]