R - Word Cloud
▪ 워드클라우드(word cloud)는 문자형 데이터를 분석하는 대표적인 방법으로, 대상 데이터에서 단어(주로 명사)를 추출하고 단어들의 출현 빈도수를 계산하여 시각화 하는 기능 wordcloud(words,freq,scale=c(4,.5),min.freq=3,max.words=Inf,random.order=TRUE, random.color=FALSE,rot.per=.1,colors="black",ordered.colors=FALSE, use.r.layout=FALSE,fixed.asp=TRUE, ...) - 주요 옵션 설명 - words : 출력할 단어들 - freq : 언급된 빈도수 - scale : 글자크기 - min.freq : 최소언급횟수지정 - 이 값 이상 언급된 단어만 출력합니다. - max..