char2intvect: Converts model.names from character to numeric...

Description Usage Arguments Value

View source: R/transmn.R

Description

Inverse conversion of intvect2char.

Usage

1
char2intvect(charnames)

Arguments

charnames

A character vector, should represent in character form numeric vectors concisting of the integers 2:n. Formats such as c(2,4) and 2:5 are allowed.

Value

char2intvect returns a list of character vectors representing the same information. Crucial: callng char2intvect on the output of intvect2char should always get you back to the original starting input.


reumandc/mms documentation built on May 28, 2019, 5:39 p.m.