View source: R/posterior_methods.R
| filter_hamstr_acc_rates | R Documentation | 
Smooth accumulation rates
filter_hamstr_acc_rates(hamstr_acc_rates, tau = 0, kern = c("U", "G", "BH"))
| hamstr_acc_rates | accumulation rates from get_posterior_acc_rates | 
| tau | scale of the smoothing kernel in depth units. If tau > 0, accumulation rates are smoothed (filtered) before summary statistics are calculated, so that the accumulation rate at a given depth corresponds to the average rate over the depth interval tau. Default to 0. | 
| kern | choice of smoothin kernal. U for uniform (moving average), G for Gaussian, BH for Berger and Heath (exponential). Defaults to U | 
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.