names-lcMethod-method: lcMethod argument names

names,lcMethod-methodR Documentation

lcMethod argument names

Description

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

Usage

## S4 method for signature 'lcMethod'
length(x)

## S4 method for signature '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

method <- lcMethodLMKM(Y ~ Time)
names(method)
length(method)

latrend documentation built on March 31, 2023, 5:45 p.m.