c.dna_seg {genoPlotR} | R Documentation |
Concatenate dna_seg objects
Description
Concatenate dna_seg objects.
Usage
## S3 method for class 'dna_seg'
c(...)
Arguments
... |
|
Value
A dna_seg
object
Author(s)
Lionel Guy
See Also
Examples
## load data
data(three_genes)
dna_segs[1:2]
c(dna_segs[[1]], dna_segs[[2]])
[Package genoPlotR version 0.8.11 Index]