最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊

R語言ggplot2 對Facebook用戶數(shù)據(jù)可視化分析

2021-02-17 22:17 作者:拓端tecdat  | 我要投稿

原文鏈接:http://tecdat.cn/?p=5895

讀取Facebook的用戶數(shù)據(jù)?

?

getwd()## [1]“C:/ Users / HH / Desktop / R Data analyst”list.files()## [1]“07-tidy-data.pdf”“demystifying.R”## [3 ]“demystifyingR2_v3.html”“demystifyingR2_v3.Rmd”## [5]“EDA_Course_Materials.zip”“l(fā)esson3_student.html”## [7]“l(fā)esson3_student.rmd”“pseudo_facebook.tsv”## [9]“reddit.csv “”stateData.csv“## [11]”tidy-data.pdf“pf <-read.delim('pseudo_facebook.tsv')name(pf)## [1]”userid“”age“## [3 ]“dob_day”“dob_year”## [5]“dob_month”“gender”## [7]“tenure”“friend_count”## [9]“friendships_initiated”“l(fā)ikes”## [11]“l(fā)ikes_received”“mobile_likes “## [13]”mobile_likes_received“”www_likes“## [15]”www_likes_received“

?

用戶生日直方圖?

?

library(ggplot2)qplot(x = dob_day,data = pf)+ scale_x_continuous(breaks = 1:31)##`stat_bin()`using`bins = 30`。用`binwidth`選擇更好的價(jià)值。

?

?

qplot(x = dob_day,data = pf)+ scale_x_continuous(breaks = 1:31)+ facet_wrap(~dob_month,ncol = 3)##`stat_bin()`使用`bins = 30`。用`binwidth`選擇更好的價(jià)值。

?

?

??

朋友數(shù)

?

  1. qplot(friend_count,data = pf)##`stat_bin()`使用`bins = 30`。用`binwidth`選擇更好的價(jià)值。

?

??

qplot(friend_count,data = pf)+ scale_x_continuous(limits = c(0,1000))##`stat_bin()`使用`bins = 30`。用`binwidth`選擇更好的值。##警告:刪除了包含非有限值(stat_bin)的2951行。

?

??

按性別創(chuàng)建直方圖

qplot(x = friend_count,data = pf,binwidth = 10)+ scale_x_continuous(limits = c(0,1000) ),break = seq(0,1000,50))+ facet_wrap(?sex)

?

?

qplot(friend_count,data = subset(pf,!is.na(gender)),binwidth = 25)+ scale_x_continuous(limits = c(0,1000),breaks = seq(0,1000,50))+ facet_wrap(?性別)##警告:刪除了包含非有限值(stat_bin)的2949行。

?

?

table(pf $ gender)## ## female male ## 40254 58574by(pf $ friend_count,pf $ gender,summary)## pf $ gender:female ## Min。第一曲。中位數(shù)第3曲。最大。## 0 37 96 242 244 4923 ## --------------------------------------- - ---------------- ## pf $性別:男## Min。第一曲。中位數(shù)第3曲。最大。## 0 27 74 165 182 4917

?

誰有更多的朋友??

?

qplot(x = tenure,data = pf,binwidth = 30,color = I('black'),fill = I('#099DD9'))##警告:刪除了包含非有限值(stat_bin)的2行。

?

?

qplot(x = tenure / 365,data = pf,binwidth = .25,color = I('black'),fill = I('#F79420'))+ scale_x_continuous(breaks = seq(1,7,1), limits = c(0,7))##警告:刪除了包含非有限值(stat_bin)的26行。

?

?

?

?用戶年齡

?

?

?

?

?

?

箱線圖

?

?

?調(diào)整代碼以關(guān)注朋友數(shù)在0到1000之間的用戶。

?

▍需要幫助?聯(lián)系我們

?


R語言ggplot2 對Facebook用戶數(shù)據(jù)可視化分析的評論 (共 條)

分享到微博請遵守國家法律
五寨县| 黄龙县| 长汀县| 鹤峰县| 马关县| 外汇| 航空| 元阳县| 甘洛县| 光山县| 邯郸市| 澜沧| 永吉县| 沙湾县| 夏邑县| 迁西县| 松原市| 中卫市| 仙桃市| 金平| 沙坪坝区| 隆昌县| 自治县| 东丰县| 英山县| 渝北区| 吉水县| 汤原县| 漾濞| 大厂| 阿克| 泰兴市| 玉溪市| 罗源县| 宁化县| 彝良县| 宁都县| 江阴市| 平湖市| 黄平县| 吴川市|