| names,lcMethod-method | R Documentation |
Extract the argument names or number of arguments from an lcMethod object.
## S4 method for signature 'lcMethod'
length(x)
## S4 method for signature 'lcMethod'
names(x)
x |
The |
The number of arguments, as scalar integer.
A character vector of argument names.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.