pred_change_report: predicted change report

Description Usage Arguments Value

View source: R/utils.R

Description

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.

Usage

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"
)

Arguments

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

Value

a csv to the working directory showing change per taxlot, and listing permits for each taxlot


crumplecup/riparian documentation built on April 14, 2021, 1:43 p.m.