I am following use the answer to the question Add dynamic subtitle using ggplot in the following way:
ggtitle(bquote(atop(.(df$fname[row]),
atop(italic(.(param_string)), ""))))
When I look at my graphs, I am seeing:
Rather than the actual value of df$fname[row], which has been verified independently to be something else.
What's going on here?