Print a summary of a triangulation object
print.summary.triSht.RdPrints some information about tri.obj
Usage
# S3 method for class 'summary.triSht'
print(x, ...)Arguments
- x
object of class
"summary.triSht", generated bysummary.triSht.- ...
additional paramters for
print
Note
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.
Author
Albrecht Gebhardt <[email protected]>, Roger Bivand <[email protected]>