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