View source: R/summary.triSht.R
| summary.triSht | R Documentation |
Returns some information (number of nodes, triangles, arcs)
about object.
## S3 method for class 'triSht'
summary(object,...)
object |
object of class |
... |
additional paramters for |
An object of class "summary.triSht", to be printed by
print.summary.triSht.
It contains the number of nodes (n), of arcs (na), of
boundary nodes (nb) and triangles (nt).
This function is meant as replacement for the function of same name in
package tripack.
The only difference is that no constraints are possible with
triSht objects of package interp.
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
triSht, print.triSht, plot.triSht,
print.summary.triSht.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.