tjthurman / BAHZ

An R package for Bayesian analysis of hybrid zones
GNU General Public License v3.0
3 stars 1 forks source link

In plotting function, save already calculated CIs to save some time? #61

Closed tjthurman closed 5 years ago

tjthurman commented 5 years ago

There's a package called R.cache that might work. Also memoise, which is from Hadley, so might prefer that.

tjthurman commented 5 years ago

A working version of caching for predict_cline and cline summary was quite easy with the memoise package. Want to do more internal testing to make sure results are correct.