?? Did I limit to certain season?

1. Prepare data for isolated analysis

2. Create data for individual arrays

3. Append tables for each array

4. Summary table and plot of pre v post

##            array no.check.pre no.check.post difference
## 1            AMF         1054          4960       3906
## 2         AMFNHQ          326          1930       1604
## 3        Arcadia           14            26         12
## 4       ArcadiaB           38             3        -35
## 5         Argyle          366            18       -348
## 6      BHorizons           47           174        127
## 7    BluePrairie          123            43        -80
## 8        Cashton          160           251         91
## 9       Chippewa           48            71         23
## 10      Comm.Ins           17           243        226
## 11       Conrath           13            65         52
## 12    Cumberland           83            78         -5
## 13           DCA         1962          2231        269
## 14  Downsville25           57           166        109
## 15 Downsville600          125           162         37
## 16         Elroy          110            12        -98
## 17          Epic          104          2817       2713
## 18    Hill.Const           19           192        173
## 19        I.Park           37           508        471
## 20          Ikea            0          2160       2160
## 21     Jefferson           38           817        779
## 22    Potawatomi            1           185        184
## 23     Riverland            1            40         39
## 24     RockRiver           58           491        433
## 25        Vernon           56           123         67

5. Plot individual arrays with facet_wrap

6. Plot all arrays on one graph

7. Plot individual arrays with patchwork