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

Description Usage Arguments Value

View source: R/elaborator_calculate_pattern.R

Description

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

Usage

1
elaborator_calculate_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 -1, 0 and 1; this combination is used to calculate pattern for qualitative trend analysis plot.


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