| gen.sized | R Documentation |
Helper for making a gen with a size parameter. Pass a function which takes an int and returns a gen.
gen.sized(f)
f |
the function, taking a size and returning a generator |
gen.sized ( function(e) gen.element(1:e) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.