Last chance! 50% off unlimited learning
Sale ends in
fitNorm2
in false color represenation.
plotNorm2(fn, colrange=c("gray82", "blue"), center=TRUE, selection=FALSE, ellipse=FALSE, pch=20, cex=1, col="dens", ...)
fitNorm2
par
par
par
or special cases dens
for coloring
according to density and prob
for coloring according to
probability.plot
.p, cov, mu, S
(density values for
each data pair, resulting object from call to cov.rob, midpoint of
distribution, covariance matrix).
fitNorm2
in false color
representation. Additionally a selection of data points can be
highlighted either by marking outliers or by showing its area.
fitNorm2
sampdat <- readFCS(system.file("extdata",
"fas-Bcl2-plate323-04-04.A01", package="prada"))
nfit <- fitNorm2(exprs(sampdat[,1:2]), scalefac=2)
plotNorm2(nfit, selection=TRUE, ellipse=TRUE)
Run the code above in your browser using DataLab