Extract the argument names or number of arguments from an lcMethod
object.
# S4 method for lcMethod
length(x)# S4 method for lcMethod
names(x)
The number of arguments, as scalar integer
.
A character vector
of argument names.
The lcMethod
object.
Other lcMethod functions:
[[,lcMethod-method
,
as.data.frame.lcMethod()
,
as.data.frame.lcMethods()
,
as.lcMethods()
,
as.list.lcMethod()
,
evaluate.lcMethod()
,
formula.lcMethod()
,
lcMethod-class
,
update.lcMethod()
method <- lcMethodLMKM(Y ~ Time)
names(method)
length(method)
Run the code above in your browser using DataLab