Hi, I'm super new to R and I've only started learning the basics. I'm trying to changes the y-axis interval to a smaller one. How do I do that? Could you please provide me the code?
Bodyfat=read.csv("BodyfatMales.csv")
View(Bodyfat)
attach(Bodyfat)
hist(Weight,
las=1,
main="Men's Body Weights",
xlab = "Body Weight (kg)",
ylab = "Number of indivuduals")