powered by
Extract the argument names or number of arguments from an lcMethod object.
lcMethod
# S4 method for lcMethod length(x)# S4 method for lcMethod names(x)
# S4 method for lcMethod names(x)
The lcMethod object.
The number of arguments, as integer.
integer
A character vector of argument names.
character vector
Other lcMethod functions: [[,lcMethod-method, as.data.frame.lcMethods(), as.data.frame.lcMethod(), as.lcMethods(), as.list.lcMethod(), evaluate.lcMethod(), formula.lcMethod(), lcMethod-class, update.lcMethod()
[[,lcMethod-method
as.data.frame.lcMethods()
as.data.frame.lcMethod()
as.lcMethods()
as.list.lcMethod()
evaluate.lcMethod()
formula.lcMethod()
lcMethod-class
update.lcMethod()
# NOT RUN { m = lcMethodKML() names(m) length(m) # }
Run the code above in your browser using DataLab