plot.mnem_sim {mnem} | R Documentation |
Plot simulated mixture.
## S3 method for class 'mnem_sim' plot(x, data = NULL, logtype = 2, fuzzypars = list(), ...)
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 |
visualization of simulated mixture with Rgraphviz
Martin Pirkl
sim <- simData(Sgenes = 3, Egenes = 2, Nems = 2, mw = c(0.4,0.6)) plot(sim)