create a histogram of tenure ```{r Labeling Plots}ggplot(aes(x = tenure / 365), data = pf) + geom_histogram(color = 'black', fill = '#F79420') + scale_x_continuous(breaks = seq(1, 7, 1), limits = c(0, 7)) + xlab('Number of years using Facebook') + ylab('Number of users in sample')``` 더보기 페이스북 친구 분포 페이스북 자료를 받아 사용자별 친구수를 히스토그램으로 도식화 0~1000명이 보통 사람거의 5000 근접한 인물들도 아웃라이어로 있음.. 아마 연예인 및 인터넷 마케터로 추정 더보기 Facet http://www.cookbook-r.com/Graphs/Facets_(ggplot2)/ 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 57 다음