View source: R/A019_areaCalculations.R
areaTriangle | R Documentation |
functions to calculate the size of a triangle
areaTriangle(x1, x2, x3, y1, y2, y3)
x1, x2, x3, y1, y2, y3 |
co-ordinates |
Returns area of triangle
areaTriangle(0.5,0,1,1,0,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.