1
I need to do a histogram. I have the following 3 columns:
L courses offered
M vacancies offered
N filled vacancies
Vacancies offered and filled ok, the problem is that I can not put the data of column L in axis X. I used the command, but I get an error message:
hist(ESCOLA$DESCSERIE, breaks=seq(from=1, to=255), main="CURSOS",
xlab="DESCSERIE", ylab="MATRIC")
Error in hist.default(ESCOLA$DESCSERIE, breaks = seq(from = 1, to = 255), :
'x' deve ser numérico
Welcome to Stackoverflow! Unfortunately, this question cannot be reproduced by anyone trying to answer it. Please, take a look at this link and see how to ask a reproducible question in R. So, people who wish to help you will be able to do this in the best possible way.
– Marcus Nunes