View source: R/ARIMA-trellis.R
diag.maybe.null | R Documentation |
Returns the argument for the diagonal of NA and NULL arguments.
For all other arguments, it calls the regular diag
function.
diag.maybe.null(x, ...)
x |
matrix, vector, NA, |
... |
Other arguments to |
Richard M. Heiberger (rmh@temple.edu)
diag
.
diag.maybe.null(NULL)
diag.maybe.null(NA)
diag.maybe.null(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.