claw: claw graphs List all possible claw subgraphs based on given...

Description Usage Arguments Value Examples

View source: R/claw.R

Description

claw graphs List all possible claw subgraphs based on given nodes

Usage

1
claw(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of claw graphs

Examples

1
claw(c(1:6))

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.