I have a data frame that looks like this.
I want to plot a dot chart for this data, but with my code, the labels are not printed. Also, I want to fill the dots with colours. Is this possible?
The code below shows what I have alredy tried:
lexical_density=read.csv("~/lexical_density_lit_job10.csv", sep=";")
dat=lexical_density
dotchart(dat$Lexical.Density,labels=row.names(dat$TEXTS),
main="Literature Domain",
xlab="Lexical Density")
I want to plot a chart like this