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

Description Usage Arguments Value Examples

View source: R/house.R

Description

house graphs List all possible house subgraphs based on given FIVE nodes. Note that house is the complement graph of p5 based on give five nodes.

Usage

1
house(x)

Arguments

x

The vector representing nodes

Value

A matrix listing edges of house graphs

Examples

1
house(c(1:5))

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