mark_string: Mathematical mark of an ordered string vector

Description Usage Arguments Details Value

View source: R/test_fclust.R

Description

Take two vectors: a ordered vector of numeric and the corresponding of strings. Then compare each term of the ordered suit of numeric and add "=", ">" or "<" at the end of each string.

Usage

1
mark_string(vNum, vStr)

Arguments

vNum

an ordered (increasing or decreasing) vector of numerics.

vStr

the corresponding ordered vector of strings.

Details

None.

Value

The vector of strings with added mathematical symbol.


functClust documentation built on Dec. 2, 2020, 5:06 p.m.