RN_plot_search_results: Plot results of RN_search functions
Description
Plots results by radionuclide with E_MeV on x-axis and prob on y-axis.
:
This function is deprecated
and will be removed in a future package revision.
For now, it is still usable.
The replacement, RN_plot_df plots saved data frames including those saved
with search functions.
Usage
RN_plot_search_results(
discrete_df,
title = deparse(substitute(discrete_df)),
log_plot = 0
)
Arguments
discrete_df
A data frame results from a radsafer search function.
Columns must include RN, E_MeV, and prob, and code_AN.
title
Title for chart (default = name of search_results)
log_plot
0 = no log axes (default), 1 = log y-axis, 2 = log both axes.
See Also
Use RN_search_alpha_by_E(), RN_search_beta_by_E(),
or RN_search_phot_by_E() and save the results,
e.g. save_results <- RN_search_phot_by_E(0.99, 1.01, 13 * 60, 15 * 60, 1e-4)