mean.Rd
Overloaded Mean for antsImage objects
# S3 method for antsImage mean(x, ..., mask) sd.antsImage(x, ...)
x | is an object of class |
---|---|
... | additional arguments to pass to |
mask | binary mask of values to subset |
#' @rdname antsImagemath #' @aliases xor,antsImage-method setMethod(f = "xor", signature(x = "antsImage", y = "antsImage"), definition = function(x) xx = as.array(x) yy = as.array(y) xor(xx, yy) !a2 )
#> [1] 84.81795