ra2ba: Convert Real Valued Array to Binary Array

Description Usage Arguments Author(s) Examples

Description

Converts all values of the real valued array x to binary values by thresholding at 0.

Usage

1
ra2ba(x)

Arguments

x

array of arbitrary dimension

Author(s)

Friedrich Leisch

Examples

1
2
x <- array(rnorm(10), dim=c(2,5))
ra2ba(x)

orddata documentation built on May 2, 2019, 5:01 p.m.

Related to ra2ba in orddata...