Skip to content

Commit

Permalink
not buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 5, 2015
1 parent 1704edc commit 6aec68b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chi_foia.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,8 @@ png("buildings.png", width=480, height=240)
plot(xts::apply.quarterly(log_xts$building, sum), main="Buildings")
dev.off()

png("not_buildings.png", width=480, height=240)
plot(xts::apply.quarterly(log_xts$total, sum) - xts::apply.quarterly(log_xts$building, sum), main="Total - Buildings")
dev.off()


Binary file added not_buildings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6aec68b

Please sign in to comment.