plot.seqdiffusion | R Documentation |
Produces a plot of sequentially fitted diffusion curves.
## S3 method for class 'seqdiffusion'
plot(x, cumulative = c(FALSE, TRUE), ...)
x |
|
cumulative |
If TRUE plot cumulative adoption. |
... |
Unused argument. |
None. Function produces a plot.
Oliver Schaer, info@oliverschaer.ch,
Nikolaos Kourentzes, nikolaos@kourentzes.com
seqdiffusion
.
fit <- seqdiffusion(tsIbm)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.