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))}
SonmezOzan/fChange_0.2.0 documentation built on May 17, 2019, 8:04 a.m.