plotWords: Plot a wordcloud with words ordered and coloured according to...

Description Usage Arguments Value

Description

Plot a wordcloud with words ordered and coloured according to a dimension (x)

Usage

1
2
3
plotWords(x, y = NULL, words, wordfreq = rep(1, length(x)), xlab = "",
  ylab = "", yaxt = "n", scale = 2, random.y = F, xlim = NULL,
  ylim = NULL, col = color.scale(x, c(1, 2, 0), c(0, 1, 1), 0), ...)

Arguments

x

The (approximate) x positions of the words

y

The (approximate) y positions of the words

words

A character vector with the words to plot

wordfreq

The frequency of the words, defaulting to 1

Value

nothing


kasperwelbers/corpus-tools documentation built on May 20, 2019, 7:37 a.m.