You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bhive01 edited this page Oct 27, 2010
·
13 revisions
hob <- table(diamonds$color)hob.df <- as.data.frame(hob)hob.df#Var1 Freq#1 D 6775#2 E 9797#3 F 9542#4 G 11292#5 H 8304#6 I 5422#7 J 2808qplot(Var1, Freq, data=hob.df, geom="bar")