plot-synlik | R Documentation |
synlik
.It basically calls the slot object@plotFun
with input object@data
, if it has been provided by the user.
Otherwise it tries to use the plot(x = object@data, y, ...)
generic.
## S4 method for signature 'synlik,missing'
plot(x, y, ...)
x |
An object of class |
y |
Useless argument, only here for compatibility reasons. |
... |
additional arguments to be passed to |
Matteo Fasiolo <matteo.fasiolo@gmail.com>
synlik-class
, plot
.
data(ricker_sl)
# Using ricker_sl@plotFun
plot(ricker_sl)
# Using generic plot, doesn't work well because object@data is a matrix.
ricker_sl@plotFun <- NULL
plot(ricker_sl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.