Creates from two vectors rectangular grid coordinates..
gridVector(x, y = NULL)
y
takes
the default value, NULL
, then y=x
.
$X
and $Y
,
giving the coordinates which span the bivariate grid.## gridVector -
gridVector((0:10)/10)
gridVector((0:10)/10, (0:10)/10)
Run the code above in your browser using DataLab