node_locations {whitechapelR} | R Documentation |
x,y coordinates of node points from the game board
Description
Data used to place nodes in graphical output according to their relative positions on the game board
Usage
node_locations
Format
A data frame with 195 rows and 4 variables
- id
An artifact of the computer vision process used to obtain coordinates
- x
The number of pixels from the left edge of the board to the center of the node
- y
The number of pixels from the top edge of the board to the center of the node
- name
The integer assigned to the node on the game board
[Package whitechapelR version 0.3.0 Index]