Learn R Programming

widenet (version 0.1-2)

summary.widenet: Generate and print summaries of class "widenet" objects.

Description

Print summaries of widenet objects.

Usage

"summary"(object, ...) "print"(x, digits = 3, ...)

Arguments

object
The "widenet" object to summarize.
x
An object of class "summary.widenet".
digits
Passed to print.default.
...
For the summary method: ignored. For the print method: passed to print.default.

Value

For the summary method: an object of type "summary.widenet" containing a subset of the elements of object.For the print method: returns x invisibly.

See Also

widenet, print.widenet