raster_map | R Documentation |
Computes a square raster with n tiles from two columns.
raster_map(data, x, y, n = 100)
data |
Provide dataframe with x and y coordinates. |
x |
Column mapped to x coordinates |
y |
Column mapped to y coordinates |
n |
Number of data squares the old dataframe is divided into |
data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.