compose: Calculate the composition formed by applying all functions in...

Description Usage Arguments Value

View source: R/cocoreg.R

Description

Calculate the composition formed by applying all functions in the given path to a dataset.

Usage

1
compose(x, path, mappings)

Arguments

x

A data frame or vector

path

A list describing the path.

mappings

A list containing the mapping functions described in the path. Usually a list of all M*M-M available mappings between the M data sets.

Value

A vector containing the result of the composition.


cocoreg documentation built on May 2, 2019, 6:48 a.m.