powered by
rcpp_setdiff calculates the (nonsymmetric) set difference of subsets of a probability space.
rcpp_setdiff
rcpp_setdiff(x, y)
a vector of integers.
A subset of a probability space of the same type as its arguments.
# NOT RUN { x <- 1:20 y <- 1:12 rcpp_setdiff(x, y) # }
Run the code above in your browser using DataLab