grid.list: 'expand.grid' as 'list'

Description Usage Arguments Value

Description

performs combination of all the elements in the set of lists provided via ... and store each combiantion into a list (expand.grid produce a data.frame instead, check also grid.df) if pre and post lists are provided they are prepended or appended to each combination list

Usage

1
grid.list(pre, post, ..., print = F)

Arguments

...:

set of lists to be combined (as in expand.grid)

pre:

prepend this list to each combination

post:

append this list to each combination

print:

dump all the sets of combined parameter (N.B.: params in pre and post are not shown)

Value

a list or lists


diluises/neutRino documentation built on May 15, 2019, 8:33 a.m.