# between 7 and 8 MeV
search_results <- RN_search_alpha_by_E(7, 8)
# 1-4 MeV; half-life between 1 and 4 hours
search_results <- RN_search_alpha_by_E(1, 4, 1 * 3600, 4 * 3600)
# between 7 and 10 MeV with at least 1e-3 probability
search_results <- RN_search_alpha_by_E(7, 10, min_prob = 1e-3)
Run the code above in your browser using DataLab