Description Usage Arguments Details
to know if a point is inside an area
1 | is.inside.sector(x, y, x1, y1, x2, y2, x3, y3)
|
x |
x coordinate of point to know if it is inside the area or not |
y |
y coordinate of point to know if it is inside the area or not |
x1 |
x coordinate of point 1 of the area |
y1 |
y coordinate of point 1 of the area |
x2 |
x coordinate of point 2 of the area |
y2 |
y coordinate of point 2 of the area |
x3 |
x coordinate of point 3 of the area |
y3 |
y coordinate of point 3 of the area |
it is used for ggplot_which_won_where.R, ggplot_mean_vs_stability.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.