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

View source: R/as_hce.data.frame.R

as_hce.data.frameR 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)

hce documentation built on Oct. 16, 2024, 9:06 a.m.