meshgridn: Multi-Dimensional Meshgrid

Description Usage Arguments Value Author(s) Examples

View source: R/meshgridn.R

Description

Inputs a list of vectors, and returns a list of vectors such that every possible combination of input vector values occurs once in the output.

Usage

1

Arguments

L

list of vectors

Value

List of vectors of equal length such that each combination of elements drawn from the input vectors occurs exactly once in the output list.

Author(s)

Jake Anderson

Examples

1
meshgridn(list(1:5, 10:12, 100:104))

AtmRay documentation built on May 2, 2019, 6:52 a.m.

Related to meshgridn in AtmRay...