I'm looking for a way to draw "star rating" style graphs in R, similar to a bar chart, but with star symbols. I guess integers would be the input, or possibly half-marks, like "three and a half stars".
Not even sure what these charts are called to search existing packages...
Happy to tackle a manual solution, but looking for some good starting points.