trackViewerStyle-class: Class "trackViewerStyle"
Description
An object of class "trackViewerStyle"
represents track viewer style.Usage
## S3 method for class 'trackViewerStyle,character,ANY':
setTrackViewerStyleParam(tvs, attr, value)
Arguments
tvs
An object of trackViewerStyle
.
attr
the name of slot to be changed.
value
values to be assigned.
Objects from the Class
Objects can be created by calls of the form
new("trackViewerStyle", margin, xlas,
xgp, xaxis, autolas, flip)
.constructor
trackViewerStyle(...): Each argument in ...becomes an slot in the new
trackViewerStyle.Examples
Run this codetvs <- trackViewerStyle()
setTrackViewerStyleParam(tvs, "xaxis", TRUE)
Run the code above in your browser using DataLab