gen_set_of_levels: gen_set_of_levels

Description Usage Arguments Examples

Description

generate a set of levels with increasing difficulty

Usage

1
gen_set_of_levels(set_of_words, nb = 25)

Arguments

set_of_words

a sorted vector of the collection of words to use

nb

the number of levels to generate

Examples

1
2
3
4
require(ztype)
require(magrittr)
c("dplyr","ggplot2","lubridate") %>% gen_set_of_words() %>%
gen_set_of_levels(10) %>% cat()

ThinkRstat/ztype documentation built on May 9, 2019, 4:45 p.m.