grid_design | R Documentation |
Interactively design a grid
grid_design(data = NULL, img = NULL, label = "code", auto_img = TRUE)
data |
A data frame containing a grid to start from or NULL if starting from scratch. |
img |
An optional URL pointing to a reference image containing a geographic map of the entities in the grid. |
label |
An optional column name to use as the label for plotting the original geography, if attached to |
auto_img |
If the original geography is attached to |
# edit aus_grid1
grid_design(data = aus_grid1, img = "http://www.john.chapman.name/Austral4.gif")
# start with a clean slate
grid_design()
# arrange the alphabet
grid_design(data.frame(code = letters))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.