print.spiro | R Documentation |
Printing method for spiro objects that rounds output to two decimals.
## S3 method for class 'spiro'
print(x, round = 2, ...)
x |
A |
round |
An integer giving the number of decimals to be rounded to. |
... |
Passing of additional arguments to |
The function prints its argument and returns it invisibly.
# Get example data
s <- spiro(spiro_example("zan_gxt"))
out <- print(s)
head(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.