Learn R Programming

rbefdata (version 0.3.5)

bef.portal.vizualize.keywords: Vizualization functions to your BEFdata portal

Description

Vizalize the keywords contained in your BEFdata portal vai a nice wordcloud.

Usage

bef.portal.vizualize.keywords(color_pal = brewer.pal(8, "Dark2"), min_freq = 1)

Arguments

color_pal
Is a color palette you can create for example with the color brewer package. See in the examples below. This defaults to brewer.pal(8,"Dark2").
min_freq
I passed to the wordcloud function and delimits the minimum freqency the keyword needs to appear in the cloud. This defaults to 1.

Value

The function returns a wordcloud based on the keywords of the BEFdata portal.

Examples

Run this code
## Not run: 
# 	       require(RColorBrewer)
#             my_palette = brewer.pal(8,"Dark2")
# 	       bef.portal.vizualize.keywords()
#           ## End(Not run)

Run the code above in your browser using DataLab