Posts by Werley C • 1 point
1 post
-
-1
votes1
answer60
viewsA: How to change the legend, leaving it with the same strokes that are represented in the graph?
require(xts) require(ggplot2) set.seed(1) Serie_A <- (1:10) + rnorm(10) Serie_B <- (1:10)/2 + rnorm(10) Serie_C <- (1:10)/3 + rnorm(10) Mês <- seq(as.Date("2020-7-1"),…