Learn R Programming

SIMPLICA (version 1.0.0)

simplicaToy: Toy matrix with one multiplicative and one additive bicluster

Description

A small 30×60 matrix to demonstrate SIMPLICA in a controlled setting. Contains one multiplicative and one additive simplivariate component (non-overlapping).

Usage

data(simplicaToy)

Arguments

Format

A list with three elements:

data

numeric matrix of dimension \(30 \times 60\)

trueComponents

list of length 2 with type, rows, cols

description

character string

Examples

Run this code
data("simplicaToy")
str(simplicaToy)
image(t(simplicaToy$data))

Run the code above in your browser using DataLab