I would like to plot something like this with ggplot2
I can do this:
library(ggplot2)
ggplot() + geom_hline(yintercept=1) +
ylab("Likelihood") +
theme(axis.ticks = element_blank(), axis.text.y = element_blank(),
panel.background = element_blank())
But I still need to add the line with -infinity 0 and infinity