sorted_union_R: R implementation of sorted_union

Description Usage Arguments Value Examples

View source: R/C_interfaces.R

Description

This function is identical to sorted_union except that a) the input vectors don't need to be sorted, and b) there is no numerical noise tolerance support. It exists solely for testing the C implementation.

Usage

1

Arguments

a

a sorted vector of numbers.

b

a sorted vector of numbers.

Value

A numeric vector.

Examples

1
sorted_union_R(1:3, 2:4)

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.