Get startedGet started for free

Who are the closest players?

You are given the data frame containing the positions of 4 players on a soccer field.

This data is preloaded as four_players in your environment and is displayed below.

Player x y
1 5 4
2 15 10
3 0 20
4 -5 5


Work in the R console to answer the following question:

Which two players are closest to one another?

This exercise is part of the course

Cluster Analysis in R

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise