k4: k4 graphs List all possible k4 graphs based on given nodes >=...

Description Usage Arguments Value Examples

View source: R/k4.R

Description

k4 graphs List all possible k4 graphs based on given nodes >= 4

Usage

1
k4(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of k4 graphs

Examples

1
2
k4(c(1:6))
k4(1:4)

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