Description Usage Arguments Value
View source: R/print_summary.R
Retrieve the range of knots and/or values
across all entries of one or multiple 'murphydiag' objects.
Other objects are coerced by as.murphydiag.
1 2 3 |
... |
one or multiple objects inheriting from the class |
dim |
a character vector that specifies along which dimensions the range should be computed. |
na.rm |
for compatibility with the S3 generic function. |
a numeric vector of the form c(k1, k2, v1, v2),
where
the smallest knot k1 and largest knot k2
are dropped if dim does not contain the string "knots",
the smallest value v1 and largest value v2
are dropped if dim does not contain the string "values".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.