intersect2: Fast, dangerous set intersect.

Description Usage Arguments Details Value

View source: R/utils.R

Description

A fast, simple version of intersect. This version does not handle factors.

Usage

1
  intersect2(x, y, nmax = NA)

Arguments

x

A vector, of the same mode as y.

y

A vector, of the same mode as x.

Details

Note that no sanity checks are performed on the input.

Value

A vector of the same mode as the inputs.


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.