init | R Documentation |
init()
is a generic intended to initialize objects within a
constructor function. Usage is only meaningful as a way to isolate special
operations needed for a certain class from the structure of the object
itself. This keeps the code more readable.
init(x, ...)
x |
An object of the class to be initialized |
An object of the class being initialized, as modified by the
init.className
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.