View source: R/interieur.para.R
Detects if a point is inside a given paralellogram
1 | interieur.para(x, y, xOrigine, yOrigine, xA, yA, xB = NA, yB = NA, shape = "para")
|
x |
abcisse of the point to test |
y |
ordinate of the point to test |
xOrigine |
abscisse of a summit of the parallelogram (origin) |
yOrigine |
ordinate of a summit of the parallelogram (origin) |
xA |
abscisse of a summit of the parallelogram linked to the origine |
yA |
ordinate of a summit of the parallelogram linked to the origine |
xB |
abscisse of the other summit of the parallelogram linked to the origine |
yB |
ordinate of the other summit of the parallelogram linked to the origine |
shape |
"para" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.