Description Usage Arguments Value Note Author(s) See Also Examples
Produces a plot of the ELM network architecture.
1 2 |
x |
ELM network object, produced using |
r |
Ensemple member to plot. |
... |
Unused argument. |
None. Function produces a plot.
Neurons are coloured with "lightgrey"
. Seasonal dummies are coloured with "lightpink"
and xreg with "lightblue"
.
Nikolaos Kourentzes, nikolaos@kourentzes.com
1 2 3 4 5 6 7 8 | ## Not run:
fit <- elm(AirPassengers)
print(fit)
plot(fit)
frc <- forecast(fit,h=36)
plot(frc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.