as.globalSeg {GeneR}R Documentation

GlobalSeg manipulation

Description

These functions implements standards routines for globalSeg manipulations.

Usage

as.globalSeg(segments)
as.matrix.globalSeg(x,...)
range.globalSeg(globalSeg, na.rm = FALSE,global=FALSE,...)

Arguments

x,globalSeg

Element of class globalSeg

segments

Element of class segments

na.rm

logical, indicating if 'NA”s should be omitted.

global

Flag, TRUE: range return one value for the whole list; FALSE: range return one value by element of the list.

...

Additional parameters

Value

an element of class globalSeg.

Author(s)

Antoine Lucas

See Also

globalSeg


[Package GeneR version 2.24.0 Index]