k3: K3 graphs List all possible k3 graphs based on given nodes

Description Usage Arguments Value Examples

View source: R/k3.R

Description

K3 graphs List all possible k3 graphs based on given nodes

Usage

1
k3(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of k3 graphs

Examples

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

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