is there a way to use Latex code in a plot? I have got two vectors, for example a,b. I want to create something like this:
graph <- rbind(a, b)
colnames(pokus) = names(a)
barplot(pokus, beside = TRUE)
but I would like to change the "colnames(pokus)", so that the inequality would look like in Latex - I have to use it in latex later and it should look good... I hope there is an easy solution but it´s my first time that I´m working with R...