Users should be able to create a podium plot on their own. Thus, the code should be added to the "Visualizations" vignette. It is currently not straightforward to create it via a single function call (see T27449). A utility function or more detailed instructions should be provided.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
What is the problem?
in the extend of the vignette it would be simply
podium(ranking)
Comment Actions
added
podium(ranking)
to vignette.
podium() does have a different syntax for layouting (it is not ggplot2 but base graphics) but vignette does not describe layouting for ggplot2 plots either