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

Description Usage Arguments Value Examples

Description

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

Usage

1
2
  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

1
2
3
4
5
6
## Not run: 
	       require(RColorBrewer)
            my_palette = brewer.pal(8,"Dark2")
	       bef.portal.vizualize.keywords()
          
## End(Not run)

rbefdata documentation built on May 2, 2019, 8:39 a.m.