Learn R Programming

gconsensus (version 0.3.2)

toString.gconsensus: Builds a detailed description string of the gconsenus object.

Description

This function converts a gconsensus object into a string. The returned value contains a verbatim description of the object. This function is used to display the result of estimating the gconsensus value.

Usage

# S3 method for gconsensus
toString(x, ...)

Value

string, it contains a verbatim description of the gconsensus object.

Arguments

x

gconsensus, object to be described.

...

any additional parameters.

Author

tools:::Rd_package_author("gconsensus")

Maintainer: tools:::Rd_package_maintainer("gconsensus")

See Also

gconsensus, print.gconsensus