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 data.frame included in the list returned by the POSSA::pow function.

round_to

Number of fractional digits to round to, for the displayed numbers (5 by default).

possa_title

Set to FALSE to omit title printing.

...

(Allow additional arguments for technical reasons.)

Value

Returns nothing (NULL); this method serves only to print information to the console.

See Also

pow, print.possa_pow_list


[Package POSSA version 0.6.4 Index]