as.matrix.numdfr: Convert 'numdfr' (back) to 'matrix'

Description Usage Arguments Value Author(s) See Also Examples

Description

Functions to coerce (numdfr) object to matrix.

Usage

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

Arguments

x

numdfr object to coerce

...

ignored for now, but see as.matrix

Value

matrix with the same dimensions as the original numdfr, and with factors converted to numericals.

Author(s)

Nick Sabbe

See Also

NumDfr, as.matrix

Examples

1
2
iris.nd<-numdfr(iris)
iris.mat<-as.matrix(iris.nd)

NumDfr documentation built on May 2, 2019, 5:50 p.m.