as.matrix.errors {errors} | R Documentation |
Coerce to a Matrix
Description
S3 method for errors
objects (see as.matrix
).
Usage
## S3 method for class 'errors'
as.matrix(x, ...)
Arguments
x |
an R object. |
... |
additional arguments to be passed to or from methods. |
Examples
as.matrix(set_errors(1:3, 0.1))
[Package errors version 0.4.2 Index]