collapseTrack
method which tries to adjust the plotted content
to the available resolution, aims at reducing overplotting and
prevents rendering issues, e.g. when lines are too thin to be
plotted. This feature can be toggled on or off using the
collapse
display parameter (see settings
for
details on setting these parameters). In the simplest case (for
objects) this involves expanding
all shown features to a minimum pixel width and height (using
display parameters min.width
and min.height
) and
collapsing overlapping annotation items (as defined by the parameter
min.distance
into one single item to
prevent overplotting.
For objects of class
, the data values
underlying collapsed regions will be summarized based on the
summary
display parameter. See the class' documentation for
more details.
AnnotationTrack