如果想客製化R的初始環境, 可以找到 Rprofile.site 這個檔案做設定, 這檔案在 ....\R-X.X.X\etc 中(例如C:\Program Files\R\R-X.X.X\etc,X.X.X為R的版本)。 例如在檔案加入 setwd("...
Unknown
在做分析時會用到長條圖, 不過有些時候因為類別名稱太長, 用橫條圖再顯示上會比較美觀。 長條圖的ggplot2實作網路很多, 這篇就很詳細: 連結 。 橫條圖實際上也很簡單, 只要在ggplot後面加入 coord_flip() , 就會將長條圖變成橫條圖了(其他...
Unknown
最近在使用VirtualBox建Ubuntu虛擬機, 想直接用Windows直接打指令控制虛擬機, PuTTY 算是相當方便的軟體。 下圖就是 PuTTY 的畫面, 設定好相關設定後按Open, 就會進入登入畫面, 輸入帳號密碼後就可以開始用了。 相關文章: [...
Unknown
網路資源: [中]包含R的教學文 http://blog.gtwang.org/ [中]R、Python..等相關Blog http://bryannotes.blogspot.tw/search/label/R?max-results=20 [...
Unknown
假設建立一個數值型Vector, 當數值型資料轉成Factor後, 再轉回數值型態, 可能會遇到問題。 例如建立一個 tmp: tmp <- c(2,3,3,2,4,4) , 將其轉成Factor: f_tmp <- factor(tmp) , 當再把...
Unknown
最近有朋友想學R, 問說到底該安裝R還是Rstudio, 簡單講, 要寫R語言就要安裝R, 而Rstudio是一個R語言的IDE, IDE就是整合開發環境, 在這環境寫code更加方便。 以R的環境而言, R的介面如下圖: 而R...
Popular Posts
Categories
R
(28)
data.table
(4)
Python
(3)
Rstudio
(3)
dplyr
(3)
rvest
(3)
網路爬蟲
(3)
Error
(2)
Web Crawler
(2)
grepl
(2)
jupyter
(2)
plyr
(2)
ubuntu
(2)
教學
(2)
.Last.value
(1)
Big Data
(1)
Console
(1)
IEEE程式語言排行
(1)
PuTTY
(1)
Rprofile.site
(1)
Rselenium
(1)
XLConnect
(1)
assign
(1)
bar chart
(1)
cat
(1)
conflict
(1)
coord_flip
(1)
data.frame
(1)
dcast
(1)
download.file
(1)
evalWithTimeout
(1)
excel_sheets
(1)
factor
(1)
file.rename
(1)
fread
(1)
ggplot2
(1)
global variable
(1)
group_by
(1)
gsub
(1)
invalid multibyte character
(1)
jiebaR
(1)
join
(1)
jupyter_contrib_nbextensions
(1)
jupyterthemes
(1)
loading
(1)
melt
(1)
merge
(1)
mutate
(1)
numeric
(1)
print
(1)
rbind
(1)
read.csv
(1)
read_csv
(1)
read_excel
(1)
readr
(1)
readxl
(1)
scientific notation
(1)
scipen
(1)
separate_rows
(1)
setDF
(1)
setDT
(1)
sqldf
(1)
static IP address
(1)
str_count
(1)
stringr
(1)
table
(1)
tidyr
(1)
timeout
(1)
trim
(1)
txtProgressBar
(1)
unique
(1)
zip
(1)
人力銀行
(1)
參考資源
(1)
技能
(1)
文字探勘
(1)
橫條圖
(1)
玩玩小數據
(1)
結巴分詞
(1)
能力
(1)
資料分析
(1)
資料分析師
(1)
長條圖
(1)