Learn R Programming

cobiclust (version 0.1.2)

cobiclustering: Creation of the cobiclustering class.

Description

Creation of the cobiclustering class.

Usage

cobiclustering(
  data = matrix(nrow = 3, ncol = 3, NA),
  K = 2,
  G = 2,
  classification = list(length = 2),
  strategy = list(),
  parameters = list(),
  info = list()
)

Arguments