I would like to customize the x axis tick marks of the output from likert function of HH package in R. MWE from package manual:
library(HH)
data("ProfChal", package = "HH")
likert(Question ~ . , data=ProfChal[EmpRows,], as.percent=TRUE,
ylab=NULL,
main="Is your job professionally challenging?",
positive.order=TRUE)
Currently, x axis tick marks are in increments of 20 units. I would like to make it to 10 units. Note that I would still like my tick marks to the left of 0 to be positive.