mig_matrix {migest} | R Documentation |
Helper function to format migration input
Description
Helper function to format migration input
Usage
mig_matrix(m, array = TRUE, orig = "orig", dest = "dest", flow = "flow")
Arguments
m |
A |
array |
Logical on return of array of all dimensions or origin-destination matrix (summed over all other dimensions) |
orig |
Character string of the origin column name (when |
dest |
Character string of the destination column name (when |
flow |
Character string of the flow column name (when |
Value
Formatted matrix
[Package migest version 2.0.5 Index]