Add a track, element, or plot-level feature to a SeqPlot or SeqTrack
Source:R/operators.R
op-plus.RdThe single composition operator for SeqPlotR. Dispatches on the class of the right-hand side:
Details
SeqTrack-> added to the plot layoutSeqElement-> added to the current (last) trackSeqLink-> stored inplot$plot_links(plot-level, deferred)SeqAnnotation-> stored inplot$plot_annotations(plot-level, deferred)
When the LHS is a SeqTrack, only SeqElement and SeqLink are accepted.
Links added via %+% on a SeqTrack have their t0 and t1 locked to
the parent track's track_id — no override is permitted.