September 2018
Beginner to intermediate
140 pages
2h 52m
English
Steps for Completion:
Outcome:
The complete code is as follows:
p1 <- ggplot(df_edu,aes(x=Topic))p2 <- ggplot(df_edu,aes(x=VisitedResources))p1 + geom_bar(color=1,fill=3) + ylab("Count")+ theme(axis.text.y=element_text(size=10), axis.text.x=element_text(size ...Read now
Unlock full access