makeGrid1d | R Documentation |
Given the extremes of the range and the number of cells, it generates a one-dimensional grid. Cells are counted from minimum to maximum (left to right).
A uni-dimensional grid
xcell
numeric, number of cells
xmin
numeric, lower limit
xmax
numeric, upper limit
grid1d <- makeGrid1d(xmin = -50, xmax = 50, xcell = 100)
grid1d
makeGrid1d()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.