transf.to.equi {BMAmevt} | 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) ) )