25 lines
552 B
R
25 lines
552 B
R
% Generated by roxygen2: do not edit by hand
|
|||
|
|
% Please edit documentation in R/methods.R
|
||
|
|
\name{name}
|
||
|
|
\alias{name}
|
||
|
|
\alias{name.wickra_indicator}
|
||
|
|
\title{Canonical name of an indicator}
|
||
|
|
\usage{
|
||
|
|
name(object)
|
||
|
|
|
||
|
|
\method{name}{wickra_indicator}(object)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{object}{A \code{wickra_indicator}.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
A single character string.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Returns the stable, human-readable name of the indicator (the same name
|
||
|
|
reported by every other Wickra binding), e.g. \code{"SMA"} for \code{\link[=Sma]{Sma()}}.
|
||
|
|
}
|
||
|
|
\examples{
|
||
|
|
name(Sma(14)) # "SMA"
|
||
|
|
}
|