powered by
This accessor extract location data from an epiflows object. get_locations is a generic with a method defined for epiflows objects.
epiflows
get_locations
get_locations(x, ...)# S3 method for epiflows get_locations(x, ...)
# S3 method for epiflows get_locations(x, ...)
A data.frame with at least 1 column called id, specifying the id of the location used in the flows data frame.
data.frame
id
flows
An epiflows object.
unused
Thibaut Jombart, Zhian Kamvar
get_flows(); get_id(); get_pop_size(); get_vars(); get_coordinates(); global_vars()
get_flows()
get_id()
get_pop_size()
get_vars()
get_coordinates()
global_vars()
data("Brazil_epiflows") get_locations(Brazil_epiflows)
Run the code above in your browser using DataLab