Learn R Programming

ichimoku (version 1.5.5)

str.ichimoku: Display the Structure of Ichimoku Objects

Description

Compactly display the internal structure of ichimoku objects.

Usage

# S3 method for ichimoku
str(object, ...)

Value

Invisible NULL. A compact display of the structure of the object is output to the console.

Arguments

object

an object of class ‘ichimoku’.

...

arguments passed to or from other methods.

Details

This function is an S3 method for the generic function str() for class ‘ichimoku’. It can be invoked by calling str(x) on an object ‘x’ of class ‘ichimoku’.

Examples

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

strat <- strat(cloud)
str(strat)

Run the code above in your browser using DataLab