Learn R Programming

hce (version 0.7.0)

print.hce_results: A print method for hce_results objects

Description

A print method for hce_results objects

Usage

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

Value

no return value, called for printing.

Arguments

x

an object of class hce_results.

...

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

Examples

Run this code
print(powerWO(N = 1000, WO = 1.2))

Run the code above in your browser using DataLab