Description Usage Arguments Value Methods (by class)
generic method for create_bin
1 2 3 4 5 6 7 8 9 10 | create_bin(x, ...)
## S4 method for signature 'numeric'
create_bin(x, ...)
## S4 method for signature 'factor'
create_bin(x, ...)
## S4 method for signature 'ANY'
create_bin(x, ...)
|
x |
the varibale used for the Bins |
... |
additional arguments passed on to the Bin constructors |
a Continuous object
a Discrete object
numeric
: wrap variable in Continuous object
factor
: wrap variable in Discrete object
ANY
: create_bin fallback warning user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.