go to start... run mstsc type compuetrname (bvpc67)....Ikhlak's computer start R #read input text file delimited by TAB data <- read.table("c:/tmp/test.txt",header=T,row.names=1,sep="\t") #show data header head(data,n=20) tail(data) boxplot(data) boxplot(data,outline=F) ?boxplot boxplot(data,outline=F,col=c("red","green"))