Description Usage Arguments Value Author(s) See Also Examples
Makes character strings given origin and destination and districtIDs. Use with trip.map
function:
The trip.map
function takes the origin a
and destination b
and makes a simple map to visualize the districts being used. Origin is a blue triangle, destination is a red circle.
The get.names
function prints a 'from and to' character string with district names.
1 |
a |
origin district (can take integer ID or character name) |
b |
destination district (can take integer ID or character name), default = NULL |
d |
district IDs and names, expacts the |
character string
John Giles
Other utility:
check.distance.matrix()
,
get.admin.level()
,
get.legend()
,
get.pop.vec()
,
get.unique.coords()
,
get.unique.names()
,
load.obj()
,
rjags.combine()
,
rjags.mcmc.list()
,
see()
,
trip.map()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.