Skip to contents

wǣpen (“weapon”) + wīf (“woman”) + -estre (“-ster”)

set.seed(8241)
data.frame(
  x = rnorm(10),
  y = rnorm(10)
)
#>              x           y
#> 1  -1.15523750 -0.63592815
#> 2   2.10041395 -1.29359493
#> 3  -0.48318740 -1.86884586
#> 4   0.40128123  0.51281117
#> 5  -0.38979945  0.53579412
#> 6  -0.69676019 -0.04009199
#> 7   0.47924704  0.73387332
#> 8  -0.04338435  1.13987017
#> 9  -0.37477527  0.19182704
#> 10 -0.48324468 -0.03773213