View source: R/time_series_model.R
| plot.generated_missingness | R Documentation |
generated_missingness objectProduces a step plot for a generated_missingness object.
## S3 method for class 'generated_missingness'
plot(x, ...)
x |
A |
... |
Additional arguments passed to |
Invisibly returns x.
m0 <- markov_two_states(p1 = 0.05, p2 = 0.9)
z0 <- generate(m0, n = 200, seed = 123)
plot(z0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.