as.segSet {GeneR}R Documentation

Segments Set manipulation

Description

These functions implements standards routines for segSet manipulations.

Usage

as.segSet(x)
as.matrix.segSet(x,...)
as.data.frame.segSet(x,row.names = NULL,optional = FALSE,...)
plot.segSet(x,...)

Arguments

x

Element of class segSet

row.names

'NULL' or a character vector giving the row names for the data frame. Missing values are not allowed.

optional

logical. If 'TRUE', setting row names and converting column names (to syntactic names) is optional.

...

Additional parameters

Value

an element of class segSet.

Author(s)

Antoine Lucas

See Also

globalSeg


[Package GeneR version 2.24.0 Index]