search for: all_runs_fitness

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

2007 Jun 16
1
Lines connecting the boxes in a boxplot
...Is it possible? Has anyone done this before? Sorry if this has been asked before or is a standard feature, I simply have now clue how to name the feature I want. Ergo: I cannot search for it.. :\ Regards, Arne PS: this is my current code require(gplots) boxwex=0.15 data <- read.table("all_runs_fitness.data"); colnames(data)=c("model","matrix","fitness") boxplot(fitness ~ matrix, data=data, boxwex=boxwex, at=(1:7 - 0.2), main="Fitness for Matrix/Models", xlab="Matrixtype", ylab="Fitness", ylim=c(20,100),...