print.ichimoku
Custom print method for ichimoku objects.
## S3 method for class 'ichimoku' print(x, plot = TRUE, ...)
x |
an object of class 'ichimoku'. |
plot |
set to TRUE by default. Set to FALSE to prevent automatic plotting of the ichimoku cloud chart. |
... |
other arguments to be passed along. |
This function is an S3 method for the generic function print() for class 'ichimoku'. It can be invoked by calling print(x) on an object 'x' of class 'ichimoku'.
The ichimoku object 'x' passed as parameter.
Please refer to the reference vignette by running:
vignette("reference", package = "ichimoku")
cloud <- ichimoku(sample_ohlc_data, ticker = "TKR") print(cloud, max = 110, row.names = FALSE, digits = 4) print(cloud[100:110,], plot = FALSE, row.names = FALSE, digits = 4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.