print.pima | R Documentation |
print
prints its argument and returns it invisibly (via invisible(x)
).
## S3 method for class 'pima'
print(x, digits = 4, trans = c("identity", "exp"), ...)
x |
print to display |
digits |
a value for digits specifies the minimum number of significant digits to be printed in values. |
trans |
transformation for logarithmic scale outcomes
( |
... |
further arguments passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.