View source: R/transf.to.equi.r
| transf.to.equi | R Documentation | 
Switching coordinates system between equilateral and right-angled representation of the two-dimensional simplex.
transf.to.equi(vect)
transf.to.rect(vect)
| vect | a bi-variate vector, giving the first two coordinates of the angular point to be transformed. | 
If  transf.to.rect, is called, vect must belongs to  the triangle [(0,0), (\sqrt(2), 0), (\sqrt(2)/2,\sqrt(3/2) ) ]
and the result lies in ([(0,0), (1,0), (0,1)]. transf.to.equi is the reciprocal.
The vector obtained by linear transformation.
Anne Sabourin
## Not run:  transf.to.equi(c(sqrt(2)/2, sqrt(3/8) ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.