I am using ggplot2 to create a histogram, but have been struggling to format the axis label. I have so far used to code below to insert a greek letter in the label, but would also like the 'K' to be in italics and the 'D' to be subscript so that the label looks like K D (µM)
labs(x=expression(paste('KD (', mu, 'M)')))