keywordsTerm {FGNet} | R Documentation |
Selects a term as the most representative of the terms in the cluster based on keywords.
keywordsTerm(termsDescriptions, nChar = 30)
termsDescriptions |
List with the terms in each cluster. Output from |
nChar |
numeric. Maximum number of chars to show in the term. If the selected term is longer, it will be trimmed. |
Character vector with the term selected for each cluster.
Overview of the package: FGNet
Package tutorial: vignette("FGNet-vignette")
## Not run: # Previous Steps: FEA results <- fea_gtLinker_getResults(3907019) # Select keywords keywordsTerm(getTerms(results), nChar=100) ## End(Not run)