print.fm_evaluator {fmesher}R Documentation

Print method for fm_evaluator()

Description

Prints information for an fm_evaluator object.

Usage

## S3 method for class 'fm_evaluator'
print(x, ...)

Arguments

x

fm_evaluator() object

...

Unused

Value

invisible(x)

See Also

fm_evaluator()

Examples

print(fm_evaluator(fmexample$mesh, fmexample$loc))

[Package fmesher version 0.5.0 Index]