make_grid | R Documentation |
make_grid
generates a grid of x/y coordinates and returns it
(as a data frame).
make_grid(x_min = 0, x_max = 2, y_min = 0, y_max = 1)
x_min |
Minimum x coordinate.
Default: |
x_max |
Maximum x coordinate.
Default: |
y_min |
Minimum y coordinate.
Default: |
y_max |
Maximum y coordinate.
Default: |
Other data functions:
get_set()
make_grid()
make_grid(x_min = -3, x_max = 3, y_min = -2, y_max = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.