View source: R/print.possa_pow_df.R
print.possa_pow_df | R Documentation |
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()
.
## S3 method for class 'possa_pow_df'
print(x, round_to = 5, possa_title = TRUE, ...)
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.) |
Returns nothing (NULL
); this method serves only to print
information to the console.
pow
, print.possa_pow_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.