search for: boxplotsheading

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

2011 Nov 07
1
repeating a loop
...;){     BoxplotsFeature <- readline(prompt = "Which Feature would you like to create a Boxplot for?:")     BoxplotsFeature <- as.numeric(BoxplotsFeature)     BoxplotsData <- as.numeric(which(PCIList == BoxplotsFeature))     BoxplotsData <- TotalIntensityList[BoxplotsData,]     BoxplotsHeading <- paste("Tukey boxplot (including outliers) for PCI ", BoxplotsFeature , sep = "")     bplot(as.numeric(BoxplotsData), GroupingList, style = "tukey", outlier = TRUE,   col="red", main = BoxplotsHeading,     xlab = "Groups", ylab = "Normali...