Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.ichimoku

is.ichimoku


Description

A function for checking if an object is an ichimoku object.

Usage

is.ichimoku(x)

Arguments

x

an object.

Value

A logical value of TRUE if 'x' is of class 'ichimoku', otherwise FALSE.

Examples

cloud <- ichimoku(sample_ohlc_data)

# TRUE:
is.ichimoku(cloud)
# FALSE:
is.ichimoku(sample_ohlc_data)

ichimoku

Compute and Plot Ichimoku Kinko Hyo Cloud Charts

v0.1.2
GPL (>= 3)
Authors
Charlie Gao [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.