Learn R Programming

MOEADr (version 1.1.1)

get_variation_operators: Print available variation operators

Description

Prints the variation operators available in the MOEADr package

Usage

get_variation_operators()

Arguments

Value

Formatted data frame containing reference name (for variation$name) and instructions for More Info about each operator.

Details

This routine prints the names of the variation operators available in the MOEADr package, to be used as the variation$name parameter in the moead(...) call. Instructions for obtaining more info on each operator are also returned.

Examples

Run this code
# NOT RUN {
get_variation_operators()

# }

Run the code above in your browser using DataLab