| print.CovEsts | R Documentation |
This function plots a CovEsts object, printing the estimator type, estimator used, lags and values.
## S3 method for class 'CovEsts'
print(x, n_head = 5, n_tail = 5, digits = NULL, ...)
x |
A CovEst S3 object. |
n_head |
The number of 'head' values to print, defaults to 5. |
n_tail |
The number of 'tail' values to print, defaults to 5. |
digits |
The number of digits to print. Defaults to |
... |
Addition printing parameters, see base::print. |
Prints a CovEsts object.
print(standard_est(c(1, 2, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.