crosscheck: Check whether elements of x don't belong to y and whether...

View source: R/crosscheck.R

crosscheckR Documentation

Check whether elements of x don't belong to y and whether elments of y don't belong to x

Description

This function can be used to check interactively whether elements from array x don't belong to array y.

Usage

crosscheck(x, y)

Arguments

x

an array.

y

an array.

Examples

x <- 1:10
y <- 6:15
crosscheck(x, y)

liuguofang/figsci documentation built on Nov. 24, 2023, 1:45 p.m.