well, nobody posted that, because OP has stated that they've read that.
• 0 views
•
link
Very simply, what is the best way to understand what the trace feature represents (which adds a line to the middle of each column when drawing a heatmap) of heatmap.2 in R? There's practically nothing online about this (yet).
Since nobody is posting...
trace character string indicating whether a solid "trace" line should be drawn across 'row's or down 'column's, 'both' or 'none'. The distance of the line from the center of each color-cell is proportional to the size of the measurement. Defaults to 'column'.
well, nobody posted that, because OP has stated that they've read that.
Log in to answer this question.
The first step to understanding a function's behaviour is to read the documentation. Have you done ?heatmap.2
Of course..
Off-topic, but I really wish the trace parameter defaulted to "none".