Tăng kích thước point trong legend
guides(shape = guide_legend(override.aes = list(size = 4)))
Tăng chiều dài các item key trong legend
theme(legend.key.width = unit(1.5, "cm"))
Tăng kích thước point trong legend
guides(shape = guide_legend(override.aes = list(size = 4)))
Tăng chiều dài các item key trong legend
theme(legend.key.width = unit(1.5, "cm"))