Hi
Does anyone know how to set the titles in MAplots to just show the CEL file 
name?
So far I have;
 
#define 'Array' as object containing CEL names
Array <- col.names(Data)
#open bmp and make a separate bmp for each MAplot
bmp("C:/MAplot%03d.bmp")
#remove the annotation and minimise margins
par(ann=FALSE)
par(mar=c(1,1,1,1))
#MAplot
MAplot(Data...????
 
Does anyone know the correct arguments? Do I need to create another parameter 
value?
 
Tony

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to