surface_stri | R Documentation |
Surface of a spherical triangle.
surface_stri(r, v1, v2, v3)
r |
radius |
v1, v2, v3 |
vertices |
The surface of the spherical triangle of radius r
with
vertices v1
, v2
, v3
.
# surface of the first orthant:
surface_stri(r=1, c(1,0,0), c(0,1,0), c(0,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.