plotWords: Plot Words in cloud from file

Description Usage Arguments Author(s) Examples

Description

This function plot most valorable words by TF_IDF values from file into book_words dataset format.

Usage

1
plotWords(lfile, maxWords = 100, cut = 0)

Arguments

lfile

is file name into book_words format

maxWords

Maximum words to plot, default 100

cut

Minimum value of TF IDF that words will be plot.

Author(s)

Delermando Branquinho Filho

Examples

1
plotWords(lfile = "MyFile", maxWords = 150, cut = 0.043)

dbranquinho/zipf documentation built on May 12, 2019, 2:06 p.m.