weco.info {weco} | R Documentation |
Get the description of a WECO rule
weco.info(rule, ..., prt = TRUE)
rule |
WECO rule number from 1 to 8 |
... |
Specifications for individual rule
|
prt |
Whether to print the detailed information |
A list that contains a text description of the rule and a vector of parameters with their default values
info.1 <- weco.info(rule=1); print(info.1$description); info.1 <- weco.info(rule=1, l=2); print(info.1$description);