CustomTrack(plottingFunction=function(GdObject, prepare=FALSE, ...){}, variables=list(), name="CustomTrack", ...)
GdObject
, the
CustomTrack
object to be plotted, and prepare
, a
logical flag indicating whether the function has been called in
preparation mode or in drawing mode. It also needs to return the
input GdObject
, potentially with modifications.settings
and the "Display
Parameters" section below for details.CustomTrack
."GdObject "
, directly.Gviz
plotting machinery after all the track
panels and coordinates have been set up. It is entirely up to the user
what to plot in the track, or even to use the predefined coordinate
system. The only prerequesite is that all plotting operations need to
utilize Grid graphics.DisplayPars