add_whisker {dunlin} | R Documentation |
Add whisker values
Description
Add whisker values
Usage
add_whisker(x)
Arguments
x |
Named ( |
Details
The names of the character gives the string to be replaced and the value gives the new string.
Value
invisible NULL
. Assign the key-value pair provided as argument in the whisker environment.
Examples
my_whiskers <- c(Placeholder = "Replacement", Placeholder2 = "Replacement2")
add_whisker(my_whiskers)
[Package dunlin version 0.1.7 Index]