grid_design {geofacet} | R Documentation |
Interactively design a grid
Description
Interactively design a grid
Usage
grid_design(data = NULL, img = NULL, label = "code", auto_img = TRUE)
Arguments
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 |
Examples
# 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))
[Package geofacet version 0.2.1 Index]