setdiff: Find the (asymmetric) difference between two collections of...

View source: R/neuronlist_sets.R

setdiffR Documentation

Find the (asymmetric) difference between two collections of objects

Description

Find the (asymmetric) difference between two collections of objects

Usage

setdiff(x, y, ...)

## Default S3 method:
setdiff(x, y, ...)

## S3 method for class 'neuronlist'
setdiff(x, y, ...)

Arguments

x

the first collection to consider.

y

the second collection to consider.

...

additional arguments passed to methods

Details

Note that setdiff.default calls base::setdiff to ensure consistent behaviour for regular vectors.

As a convenience setdiff.neuronlist allows y, the second collection, to be a character vector of names.

Value

A collection of the same mode as x that contains all elements of x that are not present in y.

See Also

setdiff


natverse/nat documentation built on Feb. 19, 2024, 7:19 a.m.