plot.mnemsim: Plot simulated mixture.

Description Usage Arguments Value Author(s) Examples

View source: R/mnems.r

Description

Plot simulated mixture.

Usage

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

Arguments

x

mnemsim 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

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

mnem documentation built on Nov. 18, 2020, 2 a.m.