triSht | R Documentation |
R object that represents the triangulation of a set of 2D points,
generated by tri.mesh
.
n |
Number of nodes |
x |
|
y |
|
nt |
number of triangles |
trlist |
Matrix of indices which defines the triangulation, each row corresponds to a triangle. Columns Columns Columns |
cclist |
Matrix describing the circumcircles and triangles. Columns
The radius of the inscribed circle can be get via
|
nchull |
number of points on the convex hull |
chull |
A vector containing the indices of nodes forming the convec hull (in counterclockwise ordering). |
narcs |
number of arcs forming the triangulation |
arcs |
A matrix with node indices describing the arcs, contains
two columns |
call |
call, which generated this object |
This object is not backward compatible with tri
objects generated
from package tripack
but the functions and methods are! So you
have to regenerate these objects and then you can continue to use the
same calls as before.
The only difference is that no constraints to the triangulation are
possible in package interp
.
Function triSht2tri
provides an option to convert this object into
the older form from package tripack
, but it will not generate exact
copies as if the object would have been created with tripack::tri.mesh
!
The old data structure consists of three lists describing adjacency lists
of triangulation nodes in counterclockwise order, the translation function
only genrates such a valid (but not unique) description.
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
tri.mesh
, print.triSht
,triSht2tri
,
plot.triSht
, summary.triSht
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.