simpleLinPlot: Default plot callback function for hilbertDisplay

Description Usage Arguments Details Value Author(s) See Also

View source: R/HilbertCurveDisplay.R

Description

Plots a small part of the supplied vector.

Usage

1

Arguments

data

The data vector, a vector of integers.

info

A list with fields describing the context, as described in the help page for hilbertDisplay.

Details

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.

Value

Null.

Author(s)

Simon Anders, EMBL-EBI, sanders@fs.tum.de

See Also

hilbertDisplay


HilbertVisGUI documentation built on Nov. 8, 2020, 5:48 p.m.