| print.possa_pow_df {POSSA} | R Documentation | 
Print pow results data frame
Description
Prints, in a readable manner, the main information from any of
the data frames containing power information from the list created by the
POSSA::pow function. This is an extension (method)
of the base R print function, so it can be called simply as
print().
Usage
## S3 method for class 'possa_pow_df'
print(x, round_to = 5, possa_title = TRUE, ...)
Arguments
x | 
 Power information   | 
round_to | 
 Number of fractional digits to round to, for the displayed
numbers (  | 
possa_title | 
 Set to   | 
... | 
 (Allow additional arguments for technical reasons.)  | 
Value
Returns nothing (NULL); this method serves only to print
information to the console.
See Also
[Package POSSA version 0.6.4 Index]