all.equal.im3d {nat} | R Documentation |
Check equality on data and key attributes of im3d objects
Description
Check equality on data and key attributes of im3d objects
Usage
## S3 method for class 'im3d'
all.equal(
target,
current,
tolerance = 1e-06,
attrsToCheck = c("BoundingBox"),
attrsToCheckIfPresent = c("dim", "names", "dimnames", "x", "y", "z"),
CheckSharedAttrsOnly = FALSE,
...
)
Arguments
target |
R object. |
current |
other R object, to be compared with |
tolerance |
numeric |
attrsToCheck |
Which attributes in im3d should always be checked |
attrsToCheckIfPresent |
Which attributes in im3d should be checked if present |
CheckSharedAttrsOnly |
Logical whether to check shared attributes only (default: FALSE) |
... |
additional arguments passed to |
See Also
[Package nat version 1.8.24 Index]