search for: savepar

Displaying 1 result from an estimated 1 matches for "savepar".

Did you mean: saveas
2007 Jun 08
1
Need Help with robustbase package: fitnorm2 and plotnorm2
...plot(fdat[, "FSC-H"], fdat[, "SSC-H"], pch = 20, col = "#303030", xlab = "FSC", ylab = "SSC", main = "Scatter plot FSC vs SSC") #All of this goes as the help documentation suggests it should # 2. Show selections for various scale factors savepar <- par(mfrow=c(2,2)) for (Scalefactor in c(1.0, 1.5, 2.0, 2.5) ) { # The next line gives the error I've included below. nfit <- fitNorm2 (fdat[, "FSC-H"], fdat[, "SSC-H"], scalefac = ScaleFactor) plotnorm2(nfit, selection = TRUE, ellipse = TRUE,...