Add text to a ggplot using annotate(), just define x and y coordinates and what you want the label to say. g_text <- penguins %>% ggplot(aes(x = ...
確定! 回上一頁