Wednesday, December 22, 2010

Hormonal Controls In Bean Seed

R: Boxplot de todas las columnas a data frame [notes]

Problem: A table with 170 variables and two factors. Png files I want to draw in the box plots of each of the variables. There goes the point:

d <- read.table (ruta_tabla / tabla.txt ", header = TRUE, sep ="

<- boxplot (d [, i
] ~ type, notch = TRUE, YLAB = variables [i ], xlab = "type", main = variables [i

], data = d)

dev.off
()}
And there are like this:

0 comments:

Post a Comment