Learn R Programming

hce (version 0.7.0)

as_hce.data.frame: Coerce a data frame to an hce object

Description

Coerce a data frame to an hce object

Usage

# S3 method for data.frame
as_hce(x, ...)

Value

an hce object.

Arguments

x

a data frame.

...

additional parameters.

See Also

as_hce(), as_hce.default().

Examples

Run this code
KHCE <- as_hce(KHCE)
calcWO(KHCE)

Run the code above in your browser using DataLab