Learn R Programming

RclusTool (version 0.91)

featSpaceNameConvert: Feature Space Name Conversion

Description

Converts Feature Space Name.

Usage

featSpaceNameConvert(name2convert, short2long = TRUE,
  RclusTool.env = initParameters())

Arguments

name2convert

character vector for name to convert.

short2long

boolean setting the direction of conversion (higher priority).

RclusTool.env

list of parameters.

Value

character name.

Details

featSpaceNameConvert converts feature space names: either long name to short name, or short name to long name.

Examples

Run this code
# NOT RUN {
long.name <- "Scaled - Principal Component Analysis"
short.name <- "scaled.pca"

res1 <- featSpaceNameConvert(long.name, short2long=TRUE)
res2 <- featSpaceNameConvert(short.name, short2long=FALSE)

# }

Run the code above in your browser using DataLab