```— title: “My Report” output: html_document —

```diff –git a/R/plot.likert.bar.r b/R/plot.likert.bar.r index b9dbc3e..94ea8b6 100755 — a/R/plot.likert.bar.r +++ b/R/plot.likert.bar.r @@ -43,7 +43,7 @@ likert.bar.plot <- function(l, } ymin <- 0 ymax <- 100 - ybuffer <- 5 + ybuffer <- 0 # CHANGED

lowrange <- 1 : floor(center - 0.5)
highrange <- ceiling(center + 0.5) : l$nlevels

@@ -95,7 +95,7 @@ likert.bar.plot <- function(l, ymin <- 0

    if(centered) {

Would you like me to also add a section template for inserting figures (like your violin plots or bar charts) so you can drop them directly into the report without errors?

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.