powered by
legendTable(x, type=c('latex', 'html'), box = c(-0.2, 1, 2), unit = 'em', collapse=NULL)
data.frame
col
label
colourScale
rule
paste
mytable = data.frame(col=col2html(1:5), label=1:5) legendTable(mytable) legendTable(mytable, collapse=';') legendTable(mytable, type='html')
Run the code above in your browser using DataLab