Data Analysis Project

ggplot(parHIV, aes(x=AGE)) + geom_bar(col="blue", fill="purple") In this command I used the ggplot2 package to pull the ggplot package from the library and instructed r studio to make a bar graph. on the X axis it shows the age and on the Y axis it shows the count or number of … ................
................