containsInnerBorders.Rd
Checks whether a SpatialAnnotation
object contains any inner borders.
containsInnerBorders(object, ...)
# S4 method for class 'SPATA2'
containsInnerBorders(object, id, ...)
# S4 method for class 'SpatialAnnotation'
containsInnerBorders(object, ...)
# S4 method for class 'data.frame'
containsInnerBorders(object, ...)
An object of class SPATA2
or, in case of S4 generics,
objects of classes for which a method has been defined.
Used to absorb deprecated arguments or functions.
Character value specifying the ID of the spatial annotation of interest. If there is only one spatial annotation in the object, the function will default to using it. However, if there are multiple annotations, this argument must be explicitly specified to identify the target annotation.
Logical value.