24 octubre, 2024

Why do we care about coordination?

An abstractive example

Random numbers:

x <- rnorm(100) 
y <- rnorm(100)

plot.new() 
plot.window(xlim = c(-1, 1), ylim = c(-1, 1), asp = 1) 
lines(x, y, col = hsv(0.65, 1, 1)) 
lines(0.8 * x, 0.8 * y, col = hsv(0.8, 1, 1)) 
lines(0.6 * x, 0.6 * y, col = hsv(0.9, 1, 1)) 
lines(0.4 * x, 0.4 * y, col = hsv(0.95, 1, 1)) 

An abstractive example

Random numbers:

An abstractive example

Random numbers, transformed:

random_numers <- rnorm(100)

x <- sin(random_numers) 
y <- cos(random_numers)

plot.new() 
plot.window(xlim = c(-1, 1), ylim = c(-1, 1), asp = 1) 
lines(x, y, col = hsv(0.65, 1, 1)) 
lines(0.8 * x, 0.8 * y, col = hsv(0.8, 1, 1)) 
lines(0.6 * x, 0.6 * y, col = hsv(0.9, 1, 1)) 
lines(0.4 * x, 0.4 * y, col = hsv(0.95, 1, 1)) 

An abstractive example

Random numbers, transformed:

An abstractive example

Numbers from 1 to 100, being transformed:

ordered_numers <- seq(1, 100,1)

x <- sin(ordered_numers) 
y <- cos(ordered_numers)

plot.new() 
plot.window(xlim = c(-1, 1), ylim = c(-1, 1), asp = 1) 
lines(x, y, col = hsv(0.65, 1, 1)) 
lines(0.8 * x, 0.8 * y, col = hsv(0.8, 1, 1)) 
lines(0.6 * x, 0.6 * y, col = hsv(0.9, 1, 1)) 
lines(0.4 * x, 0.4 * y, col = hsv(0.95, 1, 1)) 
legend("bottomright", legend = "© Gaston Sanchez", 
       bty = "n", text.col = "gray70")

An abstractive example

Numbers from 1 to 100, being transformed:

Vacancy chain

Vacancy chain, an example

Vacancy chain, an example

Coordinated parental care

Coordinated parental care, an example

Coordinated parental care, an example

Coordinated parental care, an example

Coordinated parental care, an example

Coordinated parental care, an example

Coordinated sining, an example

Coordinated sining, an example

Coordinated sining, an example

Lek of long-billed hermits Phaethornis longirostris (La Selva, Costa Rica), with typical sonogram of individuals from the lek.
Copyright: Marcelo Araya-Salas.

Coordinated sining, an example

Coordinated sining, an example

Coordinated sining, an example

Coordinated sining, an example