getRegions {DMRScan}R Documentation

Method getRegions

Description

Method getRegions

getRegions for Region List

Usage

getRegions(x)

Arguments

x

An object of type RegionList

Value

An object of type Region

A region from a RegionList

Examples

someEmptyRegions <- RegionList(3L) 
# To get back three empty regions
getRegions(someEmptyRegions)

[Package DMRScan version 1.4.6 Index]