getRegions {DMRScan} | R Documentation |
Method getRegions
getRegions for Region List
getRegions(x)
x |
An object of type RegionList |
An object of type Region
A region from a RegionList
someEmptyRegions <- RegionList(3L) # To get back three empty regions getRegions(someEmptyRegions)