multcompView (version 0.1-7)

vec2mat2: Convert a vector of hyphenated names into a character matrix.

Description

Convert a vector of hyphenated names into a character matrix with 2 columns containing the names split in each row.

Usage

vec2mat2(x, sep = "-")

Arguments

x
Vector of hyphenated names
sep
"strsplit" character to apply to names(x).

Value

A character matrix with rownames = x and with the character string preceeding the "sep" character in the first column and the character string following the "sep" character in the second column.

Details

If each element of x does not contain exactly 1 "sep" character, an error is issued.

See Also

vec2mat multcompLetters

Examples

Run this code
vec2mat2(c("a-b", "a-c", "b-c"))

vec2mat2(c("a-b", "b-a"))


Run the code above in your browser using DataLab