Description Usage Arguments Author(s) Examples
This function takes a link from the function CliMaps and an array of gridded data and creates a data.frame of time series data.
1  | load.tiger(path, fn)
 | 
path | 
 A local path where the TIGER or GENZ shape data are stored.  | 
fn | 
 A file name of the form tl_<version>_<extent>_<layer><year>.  | 
Ander Wilson
1 2 3 4 5 6 7  | # Download the 2010 state shape file for the entire US.
# This will download an approximately 8.3Mb file and may take a few minutes.
# This only needs to be done once.
tiger.info <- get.tiger(fn = "tl_2010_us_state10")
# load the shape file
sp <- load.tiger(tiger.info$path,tiger.info$fn)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.