as.globalSeg {GeneR} | R Documentation |
These functions implements standards routines for globalSeg manipulations.
as.globalSeg(segments) as.matrix.globalSeg(x,...) range.globalSeg(globalSeg, na.rm = FALSE,global=FALSE,...)
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 |
an element of class globalSeg.
Antoine Lucas