.checkLegendLoc | R Documentation |
This function allows checking an argument for Location of legend, if value provided not found as valid, it returns 'defLoc
.checkLegendLoc(
legLoc,
defLoc = "topright",
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
legLoc |
(character) main input |
defLoc |
(character) |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
This function returns a character vector designing the potential location of legend
legend
.checkLegendLoc("abc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.