search for: boxplotsfeatur

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

Did you mean: boxplotsfeature
2011 Nov 07
1
repeating a loop
Hi I have implented boxplots in my script to create box plots BoxplotsCheck <- readline(prompt = "Would you like to create boxplots for any Feature? (y/n):")   if (BoxplotsCheck  == "y"){     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 <-...