is.ichimoku | R Documentation |
A function for checking if an object is an ichimoku object.
is.ichimoku(x)
x |
an object. |
A logical value of TRUE if 'x' is of class 'ichimoku', otherwise FALSE.
cloud <- ichimoku(sample_ohlc_data) # TRUE: is.ichimoku(cloud) # FALSE: is.ichimoku(sample_ohlc_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.