Description Usage Arguments Value Examples
Converts the standard gridify grid labels to usable x and y coordinates that correspond tot eh center of each grid cell.
1 | grid_coord(dataframe, columns = 30, rows = columns, coord = "coord")
|
dataframe |
A dataframe (generally from
|
columns |
The number of columns (corresponds to
|
rows |
The number of rows (corresponds to
|
coord |
Character name of the coordinate column ("coord" by default). |
Returns a dataframe with an x and y coordinates columns.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.