View source: R/sampleBuilding.R
featSpaceNameConvert | R Documentation |
Converts Feature Space Name.
featSpaceNameConvert(
name2convert,
short2long = TRUE,
RclusTool.env = initParameters()
)
name2convert |
character vector for name to convert. |
short2long |
boolean setting the direction of conversion (higher priority). |
RclusTool.env |
list of parameters. |
featSpaceNameConvert converts feature space names: either long name to short name, or short name to long name.
character name.
long.name <- "Scaled - Principal Component Analysis"
short.name <- "scaled.pca"
res1 <- featSpaceNameConvert(long.name, short2long=TRUE)
res2 <- featSpaceNameConvert(short.name, short2long=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.