rcpp_setdiff: Arma Set Difference of Subsets

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

rcpp_setdiff calculates the (nonsymmetric) set difference of subsets of a probability space.

Usage

1

Arguments

x

a vector of integers.

y

a vector of integers.

Value

A subset of a probability space of the same type as its arguments.

Examples

1
2
3
4
5
6
## Not run: 
x <- 1:20
y <- 1:12
rcpp_setdiff(x, y)

## End(Not run)

hidetify documentation built on Aug. 20, 2021, 5:06 p.m.