print.fm_basis {fmesher} | R Documentation |
Print method for fm_basis
Description
Prints information for an fm_basis object.
Usage
## S3 method for class 'fm_basis'
print(x, ..., prefix = "")
Arguments
x |
|
... |
Unused |
prefix |
a prefix to be used for each line. Default is an empty string. |
Value
invisible(x)
See Also
Examples
print(fm_basis(fmexample$mesh, fmexample$loc, full = TRUE))
[Package fmesher version 0.5.0 Index]