elaborator_calculate_ref_pattern: Returns row of a matrix containing all combinations of...

Description Usage Arguments Value

View source: R/elaborator_calculate_ref_patterm.R

Description

This function is mostly useful for generating the reference-value based pattern analysis plots. It returns the (i-1)-th row of a matrix containing all combinations of elements 0 and 1 of a pre-specified length.

Usage

1
elaborator_calculate_ref_pattern(index, number_combinations)

Arguments

index

selected row -1 of the combination matrix which shall be returned

number_combinations

length of the combination vector

Value

A numeric vector containing a specific combination of elements 0 and 1; this combination is used to calculate pattern for reference-value based pattern analysis plot.


elaborator documentation built on Feb. 23, 2021, 1:06 a.m.