Skip to content

Commit d148f4d

Browse files
committed
complete report and partial refactoring
1 parent 23bc9b9 commit d148f4d

22 files changed

+33
-8449
lines changed

Report/nyc311_report.odt

112 KB
Binary file not shown.

Report/nyc311_report.pdf

-4.46 MB
Binary file not shown.

Scripts/01_nyc311_input-parameters.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,17 @@ if (geolocalF) {
3333
# #############################
3434

3535
## Analysis period
36+
MONTHLST <- c("january","february","march","april","may", "june","july","august","september","october","november","december")
37+
MONTHLSTabb <- substr(month_lst,1,3)
38+
3639
#timeWindow <-"monthly" # sliding time window not implemented
37-
yearNbr <- 2010
40+
yearNbr <- 2018
3841
monthNbr <- 4
3942
dayNbr <- 1
4043

4144
# Specify periods of interest for time evolution (dynamic analysis) studies.
4245
dynAnalysisF <- TRUE # value: TRUE or 1 for temporal evolution analysis; otherwise FALSE or 0
43-
periodsOfInterest <- c("April 2010 ","April 2014","April 2018")
46+
periodsOfInterest <- c("April 2010 ","April 2014","April 2018")
4447
periodOfReference <- "April 2010" # period of reference for time evolution studies.
4548

4649
# Formats should be:

Scripts/02_nyc311_data-prep.R

Lines changed: 0 additions & 281 deletions
This file was deleted.

0 commit comments

Comments
 (0)