Retrieve and evaluate a lcMethod argument by name
Retrieve and evaluate a lcMethod argument by name
## S4 method for signature 'lcMethod' x[[i, eval = TRUE, envir = NULL]]
x |
The |
i |
Name or index of the argument to retrieve. |
eval |
Whether to evaluate the call argument (enabled by default). |
envir |
The |
The argument call
or evaluation result.
Other lcMethod functions:
as.data.frame.lcMethods()
,
as.data.frame.lcMethod()
,
as.lcMethods()
,
as.list.lcMethod()
,
evaluate.lcMethod()
,
formula.lcMethod()
,
lcMethod-class
,
update.lcMethod()
m = lcMethodKML(nClusters = 5) m[["nClusters"]] # 5 k = 2 m = lcMethodKML(nClusters = k) m[["nClusters", eval=FALSE]] # k
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.