powered by
Data for Exercise 1.118
Graduate
A data frame with 12 observations on the following 3 variables.
School
a factor with levels Alabama Arkansas Auburn Florida Georgia Kentucky Louisiana St Mississippi Mississippi St South Carolina Tennessee Vanderbilt
Alabama
Arkansas
Auburn
Florida
Georgia
Kentucky
Louisiana St
Mississippi
Mississippi St
South Carolina
Tennessee
Vanderbilt
Code
a factor with levels Al Ar Au Fl Ge Ke LSt Mi MSt SC Te Va
Al
Ar
Au
Fl
Ge
Ke
LSt
Mi
MSt
SC
Te
Va
Percent
a numeric vector
# NOT RUN { str(Graduate) attach(Graduate) names(Percent) <- School barplot(Percent,las=2,cex.names=.65,col="tomato") detach(Graduate) # }
Run the code above in your browser using DataLab