Thank you, Rui. It helped me a lot. It is highly appreciated.
thanks,
On Thu, Sep 5, 2019 at 1:14 AM Rui Barradas wrote:
> Hello,
>
> Thanks for the reproducible example.
> All you have to do is to use the aesthetic group = year in either
> ggplot() or geom_line().
>
> This works:
>
>
> library(
Hello,
Thanks for the reproducible example.
All you have to do is to use the aesthetic group = year in either
ggplot() or geom_line().
This works:
library(ggplot2)
daT$date <- as.Date(daT$date)
daT$DATE <- format(daT$date, format="%m/%d")
Ab <- ggplot(daT, aes(x = as.factor(DATE),
2 matches
Mail list logo