Open lizzieinvancouver opened 9 months ago
Some queries we have now (in order of importance):
Also, for understanding these figures later -- would be good to grab the DIFFERENCE in germination timing each year and thus be able to plot average germination diff across runs.
@dbuona reports: Chillling comes from PriEff_Envt.r lines 24-32, which is this:
if (runif(1,0,1)<c_warm) {
xi.mu <- log(12) # mean of chilling distribution ##
xi.sigma <- .2 # sd of chilling distribution
xi <- rlnorm(nyrs, xi.mu, xi.sigma)
}else {
xi.mu <- log(6) # mean of chilling distribution ##
xi.sigma <- .2 # sd of chilling distribution
xi <- rlnorm(nyrs, xi.mu, xi.sigma)
}
@dbuona adds: The plots come from the bottom half of PriorityEffects.r Lines 57-179 so @lizzieinvancouver looked at this and PriEff_Output.R and discussed with @dbuona and came up with:
Plot 4a X axis: xi_tau[1] / xi_tau[2]
which is same as 5b x axis
Fig 5 is plots/coexistance_chilldiffs.jpeg which is logsens1sens2, logt501t502 and those are:
check$logsens1sens2<-log(check$
sen1/sen2)
which is check$
sen1/sen2<-check$sp1_xi_tau/check$sp2_xi_tau
which comes from (output file): sp1_xi_tau=xi_tau[1],sp2_xi_tau=xi_tau[2]
check$logt501t502<-log(check$
t501/t502)
which is check$
t501/t502<-check$sp1_mean_tau_g50/check$sp2_mean_tau_g50
which comes from (from output file): sp1_mean_tau_g50=mean(tau_g50[,1]
@dbuona Can you add this to your next outline (caption to figure or text, or both -- or just a suggestion called 'reminders for Lizzie'):
For Fig 4a (above right): Under 12 weeks the advantage due to sensitivity differences is smaller (because species germinate at similar times), so a smaller Rstar difference (between species) is needed to offset it (shallow slope), whereas under 6 weeks, the sensitivity advantage increases and you need a larger Rstar difference to balance this (steeper slope).
As for this figure:
Note on the math: We are worried that there are possibly a lot of tau_g50
that end up with a mean of 0. In these cases the ratio (e.g., 1/0 for sp1/sp2) and the log of the ratio could be undefined (for example, you end up with -Inf and then try to take log) -- so you need to be careful of what happens when you're plotting that.
But more than that, it seems best to plot here:
Back to 4a (above):
is there any reason not to plot the differences in sensitivity, R2 t50 etc as (Xsp1-Xsp2) [intead of log(Xsp1/Xsp2) as it currently is]? This solves the dividing by zero and taking log of 0 problem. When I do this the plots seem to make more sense to me.
@dbuona It's seems fine to do it for now as we figure out what is going on. The reason for a ratio is in part that it gives a unitless value that we can interpret, if you do +/- then you need to explain the units (and perhaps defend the absolute numbers also).
@donahuem Probably has even better reasons for this.
RIGHT shows that Rstar x phenology trade-off is CONSTANT across two scenarios, while LEFT shows that trade-off between Rstar and sensitivity is steeper with low chill.
RIGHT shows 50% germinate at same time under 12 weeks, but only 10% under 6 weeks. LEFT here shows `realized phenology' on vertical by sensitivity to chill on horizontal.
These plots are showing DIFFERENT community composition ... so you end up with different species traits (cues or sensitivities or whatever you want to say) under different environments.
You can trade-off timing with Rstar. When chilling is lower and we end up with phenological difference from sensitivity so need higher Rstar. When chilling is 12 weeks, advantage due to phenology is low so Rstar differences (stabilizing mechanism) can be low ... we think we can say that under low chill you need greater stabilizing via Rstar because phenology produces bigger differences.
Sensitivities have different phenological outcomes under diff environments.
Meeting again!
Current Fig 2a (diff R vs diff realized phenology) shows the R vs time (aka phenology -- days different) is CONSTANT, it does not vary with 6 or 12 weeks chilling. You might then think that nothing changes, but you'd be wrong because time (aka phenology) is a not a species-level trait -- phenological sensitivity is a species level trait. And you see in Fig 2b (diff R* vs diff phenology sensitivity) that the communities would be different under these two environments (this is about coexistence).
The second two panels (2c-d) are about how species respond to the two environments (and so we show all points).
We also discussed how to get people to understand that 6 week chill world and 12 week chill world does not mean these two worlds do not have variability (because people may think 'hey, 6 week chill can happen the year after 12 week chill') ... so would be good to add:
@dbuona In your outline (prief_outline) figures, is
T_50
actuallytau_g50
?When you send updated figures, can you also include a version where you give the actual model terms in the axes? We probably should also label the axes in Fig 4a (with arrows, see Fig 5 in the 2021 paper by Megan and me). For now I am jotting down a reminder of the 4 panels: