gen.list: Generate a list of values, with length bounded by the size...

Description Usage Arguments

View source: R/gen.R

Description

Generate a list of values, with length bounded by the size parameter.

Usage

1
gen.list(generator, from = 1, to = NULL, of = NULL)

Arguments

generator

a generator used for list elements

from

minimum length of the list of elements

to

maximum length of the list of elements ( defaults to size if NULL )

of

the exact length of the list of elements (exclusive to 'from' and 'to').


hedgehog documentation built on May 2, 2019, 11:27 a.m.