combineReferences: Combine two references to a new reference

Description Usage Arguments Value

View source: R/reference.R

Description

You must provide a x value where both references will be glued together. All values of the first reference with smaller or equal x and all values of the second one with greater x will be combined. If x.cut is missing, all values of both references will be combined.

Usage

1
combineReferences(ref1, ref2, x.cut)

Arguments

ref1

first reference

ref2

second reference

x.cut

x cutoff, see description

Value

a new Reference object


CrescNet/GrowthSDS documentation built on Feb. 4, 2021, 5:40 p.m.