search for: l1_target_names0

Displaying 1 result from an estimated 1 matches for "l1_target_names0".

Did you mean: x1_target_names0
2013 Aug 09
1
a fast table() for the 1D case
...2, "c2", c2_target_names0, c2_target_data0, excludes) ## Test on a logical vector. l0 <- logical(0) .do_exclude_tests(l0, "l0", character(0), integer(0), list(c("Aa", TRUE))) l1 <- c(FALSE, FALSE, NA, TRUE, FALSE, FALSE, NA, NA, TRUE) l1_target_names0 <- c(FALSE, TRUE, NA) l1_target_data0 <- c(4L, 2L, 3L) excludes <- list(c(TRUE, FALSE), c("Aa", NA, TRUE), c("Aa", NaN, TRUE), l1_target_names0) .do_exclude_tests(l1, "l1", l1_tar...