as.matrix.by: Coerces a by object into a matrix (only tested on a 2d...

Description Usage Arguments Value

View source: R/Rfunctions.R

Description

Coerces a by object into a matrix (only tested on a 2d objects).

Usage

1
2
  ## S3 method for class 'by'
 as.matrix(x, ...)

Arguments

x

is a by object to convert to a matrix

...

ignored

Value

a matrix


taRifx documentation built on April 14, 2020, 6:27 p.m.

Related to as.matrix.by in taRifx...