martinsw01 / vitber-bio

0 stars 0 forks source link

1 g) Cluster grid #8

Closed martinsw01 closed 2 years ago

martinsw01 commented 2 years ago

Write a function that takes a grid as input, and returns the corresponding cluster grid. Hint: Using recursion in combination with the function you wrote in 1c) may be a good idea here. Use the data you saved in 1f ) to visualize the grid and the corresponding cluster grid side-by-side.