Does anyone know how to make multiple ternaryplots?

My first figure in the following command appears in the bottom row and then 
the next figure goes to the next screen. 
> par(mfrow=c(2,1))
>    ternaryplot(list[,1:3], grid=F, pch="."); 
>    ternaryplot(list[,4:6], grid=F, pch=".")

I can't put these two figures in the same page. 

Does anyone have a good idea about this?

Jong Hee Park
Department of Political Science
Washington University in St.Louis
Campus Box 1063
One Brookings Drive
St. Louis, MO 63130
Office Phone: (314) 935-6764

______________________________________________
[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