A subset of the Fifa dataset with 36 players containing their position and x and y coordinate on a 2D image of a football field. Mainly useful for plotting.

data(Fifa)

Format

An object of class list with two fields;

bg_img

a matrix containing raw pixel representation of an image of a football field (usefull for plotting payers).

positions

An R data.frame with 36 rows and 3 columns describing position, x and y axis on the field respectively.

Source

https://

Examples

data(Fifa_positions)