
Last chance! 50% off unlimited learning
Sale ends in
This is a function inside its own environment. This enables a bunch of functions to be manipulated outside the package, even when they are called from function within the dendextend package.
TODO: describe options.
A new "warn" dendextend_options parameter. logical (FALSE). Should warning be issued?
dendextend_options(option, value)
a character scalar of the value of the options we would like to access or update.
any value that we would like to update into the "option" element in dendextend_options
a list with functions
# NOT RUN {
dendextend_options("a")
dendextend_options("a", 1)
dendextend_options("a")
dendextend_options("a", NULL)
dendextend_options("a")
dendextend_options()
# }
Run the code above in your browser using DataLab