horizon_legend {spiralize} | R Documentation |
Legend for the horizon chart
Description
Legend for the horizon chart
Usage
horizon_legend(
lt,
title = "",
format = "%.2f",
template = "[{x1}, {x2}]",
...
)
Arguments
lt |
The object returned by |
title |
Title of the legend. |
format |
Number format of the legend labels. |
template |
Template to construct the labels. |
... |
Pass to |
Value
A ComplexHeatmap::Legend
object.
Examples
# see examples in `spiral_horizon()`.
[Package spiralize version 1.1.0 Index]