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