I want to ask if is possinble to visualize only one selected variable in group
example I have group HM and it is As, Ni, Cd,Pb ....can I select only As in HM group and use it?
ggplot(data = b, mapping = aes(x = factor(year), y = value, color = type)) +
geom_boxplot(width=0.5,lwd=1, outlier.shape = NA)+ facet_wrap(vars(HM))