get.unique.coords: Get unique coordinates

Description Usage Arguments Value Author(s) See Also

View source: R/hmob_funcs.R

Description

This function returns the coordinates for all unique origins and/or destinations in supplied data.

Usage

1
get.unique.coords(data, orig = TRUE, dest = TRUE)

Arguments

data

generalized data frame described in travel.survey or derivative thereof

orig

logical indicating whether to include unique coordinates from origin locations (default=TRUE)

dest

logical indicating whether to include unique coordinates from destination locations (default=TRUE)

Value

three column dataframe containing unique coordinates and location names

Author(s)

John Giles

See Also

Other utility: check.distance.matrix(), get.admin.level(), get.legend(), get.names(), get.pop.vec(), get.unique.names(), load.obj(), rjags.combine(), rjags.mcmc.list(), see(), trip.map()


gilesjohnr/hmob documentation built on Aug. 8, 2020, 1:26 a.m.