Description Usage Arguments Slots Examples
An object of class "trackViewerStyle"
represents track viewer style.
1 2 3 4 5 6 | trackViewerStyle(...)
setTrackViewerStyleParam(tvs, attr, value)
## S4 method for signature 'trackViewerStyle,character'
setTrackViewerStyleParam(tvs, attr, value)
|
... |
Each argument in ... becomes an slot in the new trackViewerStyle. |
tvs |
An object of |
attr |
the name of slot to be changed. |
value |
values to be assigned. |
margin"numeric", specify the bottom, left, top and right margin.
xlas"numeric", label direction of x-axis mark. It should
be a integer 0-3. See par:las
xgpA "list", object, It will convert to an object of
class gpar. This is basically a list of graphical
parameter settings of x-axis. For y-axis, see yaxisStyle
xaxis"logical", draw x-axis or not
autolas"logical" automatic determine y label direction
flip"logical" flip the x-axis or not, default FALSE
1 2 | tvs <- trackViewerStyle()
setTrackViewerStyleParam(tvs, "xaxis", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.