migration.field.diagram: Joint plot for in and out-migration fields

Description Usage Arguments References Examples

Description

This migration field diagram makes easy to visualize both direction of migration. E.g. points above the diagonal "are outward redistributors, while those below that line are inward redistributors."

Usage

1
2
3
migration.field.diagram(m, method = c("gini", "acv"),
  title = "Migration field diagram", xlab = "Out-migration",
  ylab = "In-migration")

Arguments

m

migration matrix

method

measurement of in and out-migration

title

plot title

xlab

label for x axis

ylab

label for y axis

References

Examples

1
2
3
4
5
6
7
## Not run: 
data(migration.world)
par(mfrow = c(2, 1))
migration.field.diagram(migration.world)
migration.field.diagram(migration.world, method = 'acv')

## End(Not run)

daroczig/migration.indices documentation built on May 14, 2019, 6:09 p.m.