simpleLinPlot {HilbertVisGUI} | R Documentation |
Plots a small part of the supplied vector.
simpleLinPlot( data, info )
data |
The data vector, a vector of integers. |
info |
A list with fields describing the context, as described in the help
page for hilbertDisplay . |
This is a very simple function that is called by default by
hilbertDisplay
when the user chooses the "Linear plot" option and
clicks on a pixel in the display. It displays a piece of 2000 values of the
data
vector, centered around info$bin
.
You will often want to replace this function by one tailored to your needs.
Null.
Simon Anders, EMBL-EBI, sanders@fs.tum.de