surface_triangle | R Documentation |
Surface of a triangle.
surface_triangle(v1, v2, v3)
v1, v2, v3 |
vertices of the triangle |
The surface of the triangle with vertices v1
, v2
,
v3
.
surface_triangle(c(0,0), c(0,1), c(1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.