I am trying to make this picture in r
However, this is how far i have come so far.
and codes
g0 <- ggplot(data = plot.m, aes(x = Var1, y = value, group=Var2)) +
geom_point(aes(color = Var2))+geom_line()
g0
- Can somebody help in getting smooth lines here that go through all data points?
- help to put x-axis labels little bit (about 2 cm) below?