Description Usage Arguments Value Examples
generate a regular grid on a domain
1 | regular.grid(m = 100, domain = c(0, 1), h = 1/(2 * m))
|
m |
the number of points |
domain |
the domain |
h |
the margin of the first and last points to the boundaries of the domain |
a vector representing the grid
1 2 | grid <- regular.grid()
grid <- regular.grid(50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.