Q
{r}
cambio2 <- data.frame(cambio)
cambio2 %>%
ggplot(aes(y = receita,
x = despesa
)
) + geom_point()
I want to make the chart, but the points in the graph do not appear and the following error appears:
Error in a - b: non-numeric argument to binary operator
Thank you in advance