search for: _boxplot

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

Did you mean: boxplot
2011 Nov 07
1
repeating a loop
...p = "")     bplot(as.numeric(BoxplotsData), GroupingList, style = "tukey", outlier = TRUE,   col="red", main = BoxplotsHeading,     xlab = "Groups", ylab = "Normalised Intensity", plot = TRUE)     BoxplotsFilename <- paste(BoxplotsFeature, "_Boxplot", sep = "")     savePlot(filename = "BoxplotsFilename", type = "jpeg", device = dev.cur(), restoreConsole = TRUE)     RepeatPlot <- readline(prompt = "Would you like to create another boxplot for any Feature? (y/n):") } If the user inputs "y&...