R/exclude.R

#' Exclude function
#'
#' this function is used in \code{opt_bandwidth} function
#' @name exclude
#' @keywords internal

'%!in%' <- function(x,y){!('%in%'(x,y))}

Try the fChange package in your browser

Any scripts or data that you put into this service are public.

fChange documentation built on May 2, 2019, 6:43 a.m.