str.ichimoku: Display the Structure of Ichimoku Objects

View source: R/methods.R

str.ichimokuR Documentation

Display the Structure of Ichimoku Objects

Description

Compactly display the internal structure of ichimoku objects.

Usage

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

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'.

Value

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

Examples

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

strat <- strat(cloud)
str(strat)


ichimoku documentation built on Nov. 2, 2023, 5:36 p.m.