View source: R/extended-method-class.R
new_extended_method | R Documentation |
Creates a new ExtendedMethod
object.
new_extended_method(name, label, base_method, extended_method)
name |
a short name identifier. Must be alphanumeric. |
label |
a longer, human readable label that can have other characters such as spaces, hyphens, etc. |
base_method |
the object of class |
extended_method |
a function with arguments "model", "draw", "out", and "base_method". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.