p3: P3 edges List all possible p3 graphs based on given nodes

Description Usage Arguments Value Examples

View source: R/p3.R

Description

P3 edges List all possible p3 graphs based on given nodes

Usage

1
p3(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of p3 graphs

Examples

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

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