79791053

Date: 2025-10-15 10:33:10
Score: 0.5
Natty:
Report link

You could also ask the row order to be reversed in the legend.

barchart(N ~ type,
         groups = form,
         stack = TRUE,
         par.settings = simpleTheme(col = colvec),
         auto.key = list(space = "right", reverse.rows = TRUE)
         )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deepayan Sarkar