print.GenericIDResult {SEMID} | R Documentation |
Prints a GenericIDResult object
Description
Prints a GenericIDResult object as returned by
generalGenericID
. Invisibly returns its argument via
invisible(x)
as most print functions do.
Usage
## S3 method for class 'GenericIDResult'
print(x, ...)
Arguments
x |
the GenericIDResult object |
... |
optional parameters, currently unused. |
[Package SEMID version 0.4.1 Index]