plotWC: Make Wordcloud

View source: R/makePPTList_Pubmed.R

plotWCR Documentation

Make Wordcloud

Description

Make Wordcloud

Usage

plotWC(df, type = 1, seed = 1234, ...)

Arguments

df

A data.frame

type

integer

seed

integer

...

further arguments

Examples

query=makeQuery(key="machine learning")
D<-query2metaData(query)
M<-metaData2df(D)
df=df2clean(M)
plotWC(df)

cardiomoon/webr3 documentation built on Oct. 9, 2022, 1:52 p.m.