Skip to content

Commit

Permalink
fix bandwidth to 52 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Marty committed Feb 26, 2018
1 parent ff803be commit d79ae2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eric-figs/fig1.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ tychoL1.measles.CA.cases.imp.zoo <- zoo(tychoL1.measles.CA$cases.imp,tychoL1.mea
# Set windows -----------------------------------------------------

## Statistics bandwidth
bandwidth_weeks <- 54
bandwidth <- bandwidth_weeks * 7 # 104 weeks = 104*7 days
bandwidth_weeks <- 52
bandwidth <- bandwidth_weeks * 7 # days

## date of peak of epidemic
peakdate <- cdcweekToDate(year=1990, week=34, weekday=6)
Expand Down
Binary file modified eric-figs/output/plots/fig1.pdf
Binary file not shown.

0 comments on commit d79ae2d

Please sign in to comment.