regular.grid | R Documentation |
generate a regular grid on a domain
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
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.