Learn R Programming

rSHAPE (version 0.3.2)

shapeCombinations: This is a function to take the input parameters and build the parameter combinations

Description

This is a function to take the input parameters and build the parameter combinations

Usage

shapeCombinations(func_inLines, func_comboRef, func_indepRef, func_condRef)

Arguments

func_inLines

These are the template lines of text to be updated.

func_comboRef

This is the reference identifiers for grouped as pairwise parameter combinations

func_indepRef

This is the reference identifiers for independent parameter values not to be done pairwise

func_condRef

This is the reference indetifiers for grouped parameter combinations which are conditional on others.

Value

A table of parameter combinations which represents the combination of experimental parameters for a SHAPE experiment.