all.equal: Test if two objects objects are equal

all.equal.AnnDataR6R Documentation

Test if two objects objects are equal

Description

Test if two objects objects are equal

Usage

## S3 method for class 'AnnDataR6'
all.equal(target, current, ...)

## S3 method for class 'LayersR6'
all.equal(target, current, ...)

## S3 method for class 'RawR6'
all.equal(target, current, ...)

Arguments

target

R object.

current

other R object, to be compared with target.

...

further arguments for different methods, notably the following two, for numerical comparison:


dynverse/anndata documentation built on April 17, 2025, 5:30 a.m.