print.summary.triSht {interp} | R Documentation |
Print a summary of a triangulation object
Description
Prints some information about tri.obj
Usage
## S3 method for class 'summary.triSht'
print(x, ...)
Arguments
x |
object of class |
... |
additional paramters for |
Value
None
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(s)
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
See Also
triSht
,tri.mesh
,
print.triSht
, plot.triSht
,
summary.triSht
.
[Package interp version 1.1-6 Index]