Learn R Programming

latrend (version 1.2.1)

names,lcMethod-method: lcMethod argument names

Description

Extract the argument names or number of arguments from an lcMethod object.

Usage

# S4 method for lcMethod
length(x)

# S4 method for lcMethod names(x)

Arguments

x

The lcMethod object.

Value

The number of arguments, as integer.

A character vector of argument names.

See Also

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()

Examples

Run this code
# NOT RUN {
m = lcMethodKML()
names(m)
length(m)
# }

Run the code above in your browser using DataLab