Rdocumentation
powered by
Learn R Programming
FuzzyToolkitUoN (version 1.0)
meshgrid: Union of two vectors.
Description
Generates the union of two input vectors.
Usage
meshgrid(a, b)
Arguments
a
Input vector 1
b
Input vector 2
Value
Examples
Run this code
meshgrid((
1
:
10
), (
11
:
20
))
Run the code above in your browser using
DataLab