Description Usage Arguments Value See Also Examples
Selects a term as the most representative of the terms in the cluster based on keywords.
1 | 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")
1 2 3 4 5 6 7 8 | ## Not run:
# Previous Steps: FEA
results <- fea_gtLinker_getResults(3907019)
# Select keywords
keywordsTerm(getTerms(results), nChar=100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.