View source: R/methodsEmapInternal.R
validateCreateEnrichMapSubSectionArguments | R Documentation |
Validate the common arguments passed to createEnrichMap() and createEnrichMapMultiBasic() functions.
validateCreateEnrichMapSubSectionArguments(
showCategory,
groupCategory,
categoryLabel,
categoryNode,
line
)
showCategory |
a positive |
groupCategory |
a |
categoryLabel |
a positive |
categoryNode |
a positive |
line |
a non-negative |
TRUE
when all arguments are valid
Astrid DeschĂȘnes
## Check that all arguments are valid
enrichViewNet:::validateCreateEnrichMapSubSectionArguments(
showCategory=20, groupCategory=FALSE, categoryLabel=1.1, categoryNode=1,
line=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.