Learn R Programming

geofacet (version 0.1.4)

grid_preview: Plot a preview of a grid

Description

Plot a preview of a grid

Usage

grid_preview(x, label = NULL)

Arguments

x

a data frame containing a grid

label

the column should be used for text labels

Examples

Run this code
# NOT RUN {
grid_preview(us_state_grid2)
grid_preview(eu_grid1, label = "name")
# }

Run the code above in your browser using DataLab