print.spiro {spiro} | R Documentation |
Printing spiro data frames
Description
Printing method for spiro objects that rounds output to two decimals.
Usage
## S3 method for class 'spiro'
print(x, round = 2, ...)
Arguments
x |
A |
round |
An integer giving the number of decimals to be rounded to. |
... |
Passing of additional arguments to |
Value
The function prints its argument and returns it invisibly.
Examples
# Get example data
s <- spiro(spiro_example("zan_gxt"))
out <- print(s)
head(out)
[Package spiro version 0.2.1 Index]