as.matrix.errors: Coerce to a Matrix

View source: R/misc.R

as.matrix.errorsR 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))


errors documentation built on Dec. 5, 2022, 1:07 a.m.