k2: K2 edges List all possible k2 graphs based on given nodes

Description Usage Arguments Value Examples

View source: R/K2.R

Description

K2 edges List all possible k2 graphs based on given nodes

Usage

1
k2(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of K2 graphs

Examples

1
2
k2(c(1, 2, 4, 5))
k2(c(1, 4, 3, 5))

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