plot.mnem_sim: Plot simulated mixture.

View source: R/mnems.r

plot.mnem_simR Documentation

Plot simulated mixture.

Description

Plot simulated mixture.

Usage

## S3 method for class 'mnem_sim'
plot(x, data = NULL, logtype = 2, fuzzypars = list(), ...)

Arguments

x

mnem_sim object

data

noisy data matrix (optional)

logtype

logarithm type of the data

fuzzypars

list of parameters for the function fuzzyindex

...

additional parameters for the plotting function plotDNF

Value

visualization of simulated mixture with Rgraphviz

Author(s)

Martin Pirkl

Examples

sim <- simData(Sgenes = 3, Egenes = 2, Nems = 2, mw = c(0.4,0.6))
plot(sim)

cbg-ethz/mnem documentation built on Feb. 5, 2024, 5:46 a.m.