| lines.VarioEsts | R Documentation |
This function plots a VarioEsts object as a line onto another plot.
## S3 method for class 'VarioEsts'
lines(x, type = "l", ...)
x |
A VarioEsts S3 object. |
type |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A line of a VarioEsts S3 object.
plot(to_vario(standard_est(c(1, 2, 3))))
lines(to_vario(standard_est(c(1, 2, 3), pd = FALSE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.