I would like to just italicize the label 'NA' on the legend of this graph, on ggplot in R.
Everything I've tried so far has just italicized the entire legend text, instead of specifically just 'NA'. Scale_fill_discrete does not alter my legend, I think because the graph uses geom_line and geom_point as opposed to geom_bar/geom_col. Many thanks in advance.