Learn R Programming

Rspc (version 1.2.2)

SetParameters: SetParameters

Description

Creates optional parameters with default settings.

Usage

SetParameters()

Arguments

Value

List of optional parameters

Details

The function is called without any parameter. If you want to modify any or the rules' setting, modify the result of this function and plug it to EvaluateRules's parRules parameter.

Examples

Run this code
# NOT RUN {
pars <- SetParameters()
pars$Rule1$sides <- "upper"
#function doos not need any input parameters
# }

Run the code above in your browser using DataLab