\name{as.globalSeg} \alias{as.globalSeg} \alias{as.matrix.globalSeg} \alias{range.globalSeg} \title{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{ \item{x,globalSeg}{Element of class globalSeg} \item{segments}{Element of class segments} \item{na.rm}{logical, indicating if 'NA''s should be omitted. } \item{global}{Flag, TRUE: range return one value for the whole list; FALSE: range return one value by element of the list.} \item{...}{Additional parameters} } \value{ an element of class globalSeg. } \author{Antoine Lucas} \seealso{\link{globalSeg}} \keyword{utilities}