options.grid: input a list x.

Description Usage Arguments Details Value

View source: R/graph-ops.R

Description

return a list that includes all options, including those of varying sizes

Usage

1
  options.grid(x, maxIndegree, required = NULL)

Arguments

x

A list

maxIndegree

Maximum indegree

required

...

Details

eg x = list(c(1,2), c(2, 3)) out = list(list(c(1), c(2)), list(c(2), c(2)), list(c(1, 2), c(2)), list(c(1), c(3)), list(c(2), c(3)), list(c(1, 2), c(3)), list(c(1), c(2, 3)), list(c(2), c(2, 3)), list(c(1, 2), c(2, 3)))

Value

A list of options


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.