View source: R/graph-and-ergm-fcns.R
load.sfg
1 2 3 4 5 6 7 8 9 10 | load.sfg(
.czs,
min.flows = 10,
tracts.or.groups = c("ct", "bg"),
trim.loops = T,
year = "2019",
ddir = Sys.getenv("drop_dir"),
sfg.dir = "sfg-processed/orig_dest_annual/",
...
)
|
min.flows |
flow floor to immediately filter to. Default 10. |
tracts.or.groups |
Aggregate to census tract (ct) or leave at block group (bg) |
trim.loops |
whether to trim loops, where origin==dest. Default true. |
year |
year to load for. Default 2019. |
ddir, sfg.dir |
location of safegraph data, saved by cz. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.