Hi everyone.
I try to remake the same plot as the image but i can´t.
Hope you can help me
Cheers.
This the code for the dataframe:
serie <-
tribble(~nom_oms, ~estim, ~muertes, ~contam, ~valor,
"NOM", "NOM-10", 70455, "PM[2.5]", "10 µg/m³",
"OMS", "OMS-5", 96921, "PM[2.5]", "5 µg/m³",
"NOM", "NOM-36", 25966, "PM[10]", "36 µg/m³",
"OMS", "OMS-15", 87045, "PM[10]", "15 µg/m³",
"NOM", "NOM-40", 15010, "NO[2]", "0.021 ppb",
"OMS", "OMS-10", 66087, "NO[2]", "0.005 ppb",
"OMS", "OMS-60", 45114, "O[3]", "0.031 ppb") %>%
print()