Learn R Programming

latrend (version 1.1.0)

$,lcMethod-method: Retrieve and evaluate a lcMethod argument by name

Description

Retrieve and evaluate a lcMethod argument by name

Usage

# S4 method for lcMethod
$(x, name)

Arguments

x

The lcMethod object.

name

Name of the argument to retrieve.

Value

The argument evaluation result.

Examples

Run this code
# NOT RUN {
m <- lcMethodKML(nClusters = 3)
m$nClusters # 3
# }

Run the code above in your browser using DataLab