Learn R Programming

ichimoku (version 1.5.5)

more: Print More Rows of Ichimoku Objects

Description

After calling or invoking the default print method for ichimoku objects, the console output will display -- omitted x rows if the entire data does not fit on-screen. Use more() to display more rows.

Usage

more(rows)

Value

The ichimoku object contained in .Last.value (invisibly) or else invisible NULL (if .Last.value is not an ichimoku object). The ichimoku object data is printed to the console.

Arguments

rows

(optional) specify the number of rows to print; defaults to all rows if not supplied or non-numeric.

Examples

Run this code
cloud <- ichimoku(sample_ohlc_data, ticker = "TKR")
cloud
more(25)
more()

Run the code above in your browser using DataLab