print.xts {dang}R Documentation

Printing helper function for xts object

Description

Print helper function for xts objects.

Usage

## S3 method for class 'xts'
print(x, ..., n = 10)

Arguments

x

An xts objects

...

Ignored, but needed for consistency with print generic.

n

The default number of lines to display, default is 10.

Value

The return from print

Author(s)

Dirk Eddelbuettel


[Package dang version 0.0.16 Index]