gen.list {hedgehog} | R Documentation |
Generate a list of values, with length bounded by the size parameter.
Description
Generate a list of values, with length bounded by the size parameter.
Usage
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'). |
[Package hedgehog version 0.1 Index]