print.xts {dang} | R Documentation |
Print helper function for xts objects.
## S3 method for class 'xts' print(x, ..., n = 10)
x |
An xts objects |
... |
Ignored, but needed for consistency with |
n |
The default number of lines to display, default is 10. |
The return from print
Dirk Eddelbuettel