c.bn.list: Concatenates 'bn list'.

Description Usage Arguments Value See Also Examples

View source: R/class.R

Description

Concatenates 'bn list'.

Usage

1
2
  ## S3 method for class 'bn.list'
 c(...)

Arguments

...

Any number of 'bn.list' objects

Value

An new 'bn.list' object, including all the supplied bn.lists

See Also

bn.list, [.bn.list

Examples

1
2
3
4
5
p1 <- bn(c(), c(1), c(1, 2, 4), c())
p2 <- bn(c(2), c(), c(1), c())
x <- bn.list(p1, p2)
y <- bn.list(p2, p2, p1)
c(x, y)

rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.