toString.comparison {gconsensus} | R Documentation |
Builds a detailed description string of the comparison object.
Description
This function converts a gconsensus comparison object into a string. The returned value contains a verbatim description of the object. This function is used to display the result of comparing several gconsensus values.
Usage
## S3 method for class 'comparison'
toString(x, ...)
Arguments
x |
comparison, object to be described. |
... |
any additional parameters. |
Value
string, it contains a verbatim description of the comparison object.
Author(s)
Hugo Gasca-Aragon
Maintainer: Hugo Gasca-Aragon <hugo_gasca_aragon@hotmail.com>
See Also
comparison.gconsensus
, print.comparison
[Package gconsensus version 0.3.2 Index]