When plotting column headers is there a way to break the text so it appears in two rows?
x <- runif(n = 15, min = 1, 10)
y <- runif(n = 15, min = 1, 10)
z <- runif(n = 15, min = 1, 10)
w <- runif(n = 15, min = 1, 10)
k <- runif(n = 15, min = 1, 10)
df_exemplo <- data.frame(x, y, z, w, k)
colnames(df_exemplo) <- c("Previsto ARIMA", "Previsto Holtwinters", "Observado", "Erro ARIMA (%)", "Erro Holtwinters (%)")
Example:
From
Previsto Arima | Previsto Holtwinters
To