areaTriangle: areas

View source: R/A019_areaCalculations.R

areaTriangleR Documentation

areas

Description

functions to calculate the size of a triangle

Usage

areaTriangle(x1, x2, x3, y1, y2, y3)

Arguments

x1, x2, x3, y1, y2, y3

co-ordinates

Value

Returns area of triangle

Examples

areaTriangle(0.5,0,1,1,0,0)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.