You may have more luck with the triangle plot functions available in other R libraries. In addition to triangle.plot in ade4, you have other options (this may not be an exhaustive list): plot.acomp in compositions tri in cwhmisc.cwhtool triax in plotrix ternary in StatDA ternaryplot in vcd ternaryplot in Zelig -------------------------------------------- David L. Carlson Anthropology Department Texas A&M University College Station, TX 77843-4352
triangular plot
3 messages · David L Carlson, David Winsemius, Greg Snow
On Jun 12, 2009, at 10:13 AM, David Carlson wrote:
You may have more luck with the triangle plot functions available in other R libraries. In addition to triangle.plot in ade4, you have other options (this may not be an exhaustive list): plot.acomp in compositions tri in cwhmisc.cwhtool triax in plotrix
Your posting was especially helpful because it is not reproducible with the combination of resutls from ??"triangle" amd ??"ternary". But in plotrix the function is triax.plot
ternary in StatDA ternaryplot in vcd
Very nice looking plot if you add labels with the id= parameter. In the help page example using , id=rownames(tab), was what worked for me.
ternaryplot in Zelig -------------------------------------------- David L. Carlson Anthropology Department Texas A&M University College Station, TX 77843-4352
David Winsemius, MD Heritage Laboratories West Hartford, CT
1 day later
Also triplot in TeachingDemos
Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111 > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of David Carlson > Sent: Friday, June 12, 2009 8:13 AM > To: r-help at r-project.org > Subject: Re: [R] triangular plot > > You may have more luck with the triangle plot functions available in > other R > libraries. In addition to triangle.plot in ade4, you have other options > (this may not be an exhaustive list): > > plot.acomp in compositions > tri in cwhmisc.cwhtool > triax in plotrix > ternary in StatDA > ternaryplot in vcd > ternaryplot in Zelig > > -------------------------------------------- > David L. Carlson > Anthropology Department > Texas A&M University > College Station, TX 77843-4352 > > ______________________________________________ > R-help at r-project.org 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.