Description Usage Arguments Value
Given a path to change rasters produced by 'pred_change()', outputs a csv to the working directory of change per taxlot, including permits for each taxlot.
1 2 3 4 5 6 7 8 | pred_change_report(
chng_path,
year1_path,
year2_path,
permits = permits_13to18,
lots = sf_lots,
title = "pred_chng_table.csv"
)
|
chng_path |
is a path for directory of change rasters output by 'pred_change()' |
year1_path |
is a character string path for directory of year 1 rasters |
year2_path |
is a character string path for directory of year 2 rasters |
permits |
is a list of permits issued by the county |
lots |
is a spatial polygons object (maptaxlots) |
title |
is the name given to the output csv file |
a csv to the working directory showing change per taxlot, and listing permits for each taxlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.