new_extended_method {simulator} | R Documentation |
Create an ExtendedMethod object
Description
Creates a new ExtendedMethod
object.
Usage
new_extended_method(name, label, base_method, extended_method)
Arguments
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". |
[Package simulator version 0.2.5 Index]