My data looks like this:
df <- structure(list(`Recorded ID` = c(6L, 7L, 9L, 11L, 12L, 13L, 14L,
16L, 17L, 18L), Initial = c(2L, 0L, 0L, 2L, 22L, 4L, 0L, 9L,
16L, 20L), Final = c(2L, 2L, 2L, 0L, 19L, 0L, 0L, 4L, 4L, 20L
)), class = "data.frame", row.names = c(NA, -10L))
I am trying to make a plot that is similar to 
EXCEPT only change would be is that City on that plot would be "Record ID" from my data. I am having a lot of trouble if someone could help me thank you so much!
I have tried many things but none have helped
