more {ichimoku} | R Documentation |
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)
Arguments
rows |
(optional) specify the number of rows to print; defaults to all rows if not supplied or non-numeric. |
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.
Examples
cloud <- ichimoku(sample_ohlc_data, ticker = "TKR")
cloud
more(25)
more()
[Package ichimoku version 1.5.3 Index]