I wanted to draw a likert plot with 100% scale (100) with equall plot size. I tried following code and give me following plot:
plot(LIKPR3,centred=TRUE,plot.percents=TRUE, plot.percent.neutral = TRUE, text.size = 6,
text.color = "black", include.center = TRUE,
ordered = TRUE, wrap = 60, wrap.grouping = 50, legend = "Response",
legend.position = "bottom", panel.arrange = "v",
plot.percent.low = FALSE, plot.percent.high = FALSE, central=FALSE)
I would like to make plot similar to following.
I am using "likert" package in R.
Any help is highly appreciated.