summary.web: summary.web

Description Usage Arguments Examples

Description

Prints a summary of a web.

Usage

1
2
## S3 method for class 'web'
summary(object, ...)

Arguments

object

a web

...

further parameters (unused)

Examples

1
2
3
4
5
xy <- cbind(runif(30), runif(30))
g  <- fishbone(8)
summary(g)
gf <- web(g, xy)
summary(gf)

SigbertIngress/findWeb documentation built on May 26, 2019, 4:38 p.m.