Description Usage Arguments Value See Also Examples
View source: R/getCurTrackViewport.R
Get current track viewport for addGuideLine
1 | getCurTrackViewport(curViewerStyle, start, end)
|
curViewerStyle |
an object of |
start |
start position of current track |
end |
end position of current track |
an object of viewport
See Also as addGuideLine
1 2 | vp <- getCurTrackViewport(trackViewerStyle(), 10000, 10200)
addGuideLine(c(10010, 10025, 10150), vp=vp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.