--- Bernard Colin <[EMAIL PROTECTED]> wrote: > > To whom it may concern, > > I want to plot two or more graphics in the same > window by the means of the > "plot" command. To do that, I have tried the > "add=TRUE" option, but this last > one does not work! Do you have an hint for me > please? ?par mfcol, mfrow A vector of the form c(nr, nc). Subsequent figures will be drawn in an nr-by-nc array on the device by columns (mfcol), or rows (mfrow), respectively.
______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.
