View source: R/get_locations.R
| get_locations | R Documentation | 
This accessor extract location data from an epiflows object.
get_locations is a generic with a method defined for epiflows
objects.
get_locations(x, ...)
## S3 method for class 'epiflows'
get_locations(x, ...)
| x | An  | 
| ... | unused | 
A data.frame with at least 1 column called id,
specifying the id of the location used in the flows data frame.
Thibaut Jombart, Zhian Kamvar
get_flows(); get_id(); get_pop_size(); get_vars();
get_coordinates(); global_vars()
data("Brazil_epiflows")
get_locations(Brazil_epiflows)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.