extractvar: Utilities for multivariate nodes

Description Usage Arguments Details Value See Also Examples

View source: R/extractvar.R

Description

extractvar extracts one variate from a multivariate node.

addvar adds consistent mcnodes to build a multivariate mcnode .

Usage

1
2

Arguments

x

a multivariates mcnode.

which

a vector. which variate(s) should be extracted?

...

mcnodes to be gathered in a multivariate mcnode. These mcnodes should be of same type and dimension.

Details

The outm attribute of the output of addvar will be the one of the first element.

Value

The new built mcnode.

See Also

mcnode for mcnode objects.

Examples

1
2
3
4
x <- mcdata(0:3, "0", nvariates = 4)
y <- extractvar(x, c(1, 3)) 
y
addvar(x, y)

mc2d documentation built on July 5, 2021, 3:01 p.m.