| lines.CovEsts | R Documentation |
This function plots a CovEsts object as a line onto another plot.
## S3 method for class 'CovEsts'
lines(x, type = "l", ...)
x |
A CovEst S3 object. |
type |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A line of a CovEsts S3 object.
plot(standard_est(c(1, 2, 3)))
lines(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.