adjacent_join | R Documentation |
Given a table representing a grid, join to adjacent cells in the grid
adjacent_join(x, y = x, diagonal = FALSE, suffix = c("", "2"))
x |
A table with columns for row and col |
y |
A second table with columns row and col. By default, does a self-join |
diagonal |
Whether diagonal cells are counted as adjacent |
suffix |
By default, "" and "2" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.