Hi Dear R users,
  For a pair plotting, usaully we use par( ) function. Apparently it does not 
work anywhere. I want to have 3 plots in a single figure, like this:
  par(mfrow=c(3,1))
  densityplot( a) 
  densityplot(b)
  densityplot(c)
  But it does not work. How is it possible to have such a figure with 
densityplot( ) in a single figure?
  So many thanks for any help.
  Amir Safari
   

                
---------------------------------


        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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