area | R Documentation |
This function returns a list containing the areas of each triangle of
a triangulation object created by tri.mesh
.
area(tri.obj)
tri.obj |
object of class |
This function acesses the cclist
component of a triangulation
object returned by tri.mesh
and extracts the areas
of the triangles contained in this triangulation.
A vector containing the area values.
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
triSht
, triangles
, arcs
data(franke)
tr <- tri.mesh(franke$ds3)
area(tr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.