marker
marker-class.Rd
An object of class "marker"
represents a marker in a motif
# S4 method for marker $(x, name)
x | A marker object |
---|---|
name | slot name of marker object |
Objects can be created by calls of the form
new("marker", type, start, stop, label, gp)
.
#> An object of class "marker" #> Slot "type": #> [1] "rect" #> #> Slot "start": #> [1] 2 4 #> #> Slot "stop": #> [1] 2 4 #> #> Slot "label": #> character(0) #> #> Slot "gp": #> $lty #> [1] 3 #> #>