print.hce_results {hce}R Documentation

A print method for hce_results objects

Description

A print method for hce_results objects

Usage

## S3 method for class 'hce_results'
print(x, ...)

Arguments

x

an object of class hce_results.

...

additional arguments to be passed to base::print() function.

Value

no return value, called for printing.

Examples

print(powerWO(N = 1000, WO = 1.2))

[Package hce version 0.6.0 Index]