Re: [R] Generating automatic plots

2003-10-08 Thread Achim Zeileis
On Wednesday 08 October 2003 12:05, Xavier Fernández i Marín wrote: > Hello, > > I have been trying to write a small program to generate automatic > plots. What I want is to draw boxplots for some variables in my data > frame, contrasting with a variable called 'missing' that has value 1 > if some

Re: [R] Generating automatic plots

2003-10-08 Thread Jason Turner
Xavier Fernández i Marín wrote: ... varlist <- c("var1", "var2", "var3", "var4", ...) Instead of a character vector with the names, it'd make life easier if you had a list of the vectors... # make sure you use the naming - makes life easier later. mylist <- list(var1=var1, var2=var2, var3=var3, v

[R] Generating automatic plots

2003-10-08 Thread Xavier Fernández i Marín
Hello, I have been trying to write a small program to generate automatic plots. What I want is to draw boxplots for some variables in my data frame, contrasting with a variable called 'missing' that has value 1 if some variable in a concrete case has at least one missing value, in order to chec