Open ethanwhite opened 2 weeks ago
This is because the longterm plots are defined as 3, 4, 10, 11, 14, 15, 16, 17, 19, 21, 23
, but all the plots are assigned treatment 'control' for the first 3 months, until the treatments were done.
I'm going to add a column in the treatment table labeling them 'longterm' so that is better established. But it won't change anything that's happening here.
We'll have to change the treatment assignments. We could call the first 3 months "burnin" instead of control. Or we could leave the controls as-is, and just call everything else "burnin" or something.
If we don't want to change the treatment assignment, I'd have to just do something within the filter_plots function to handle this special case.