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.

See Also

as_hce(), as_hce.default().

Examples

KHCE <- as_hce(KHCE)
calcWO(KHCE)

hce documentation built on April 3, 2025, 11:17 p.m.