-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
67 lines (66 loc) · 2.17 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(Add_last_datapoint_for_potential_peak)
export(Average_neighbouring_points_filtering)
export(Complete_unmixing_routine)
export(Compute_OSL_metrics)
export(Compute_TL_metrics)
export(Compute_intensity_std_moving_window)
export(Compute_mean_median_proportions_differences)
export(Consecutive_min_max_intensity_threshold_check)
export(Create_sequence_manually)
export(DIY_TL_peak_intensities_integration)
export(Extract_OSL_TL_metrics_for_all_records)
export(Filter_peaks_using_std)
export(Generate_synthetic_OSL_TL_signals)
export(Get_OSL_metrics)
export(Get_TL_metrics)
export(Get_initial_peaks)
export(Get_initial_peaks_valleys)
export(Get_metrics_for_proprotions_selection)
export(Get_param_normal_dist_list_of_values)
export(Get_peaks)
export(Get_sequence)
export(Get_specific_columns)
export(Keep_relevant_peaks)
export(Make_custom_model_and_retrieve_OSL_TL_metrics)
export(Make_luminescence_rulebook)
export(OSL_metrics_hash_to_dataframe)
export(Perform_CTS_3_sources)
export(Plot_TL_Curve)
export(Plot_TL_Curve_with_extrema)
export(Plot_TL_Curve_with_std)
export(Plot_TL_Peaks)
export(Plot_smoothing)
export(Plot_sources_proportions)
export(Plot_unmixing_proportions_and_get_results)
export(Prepare_data_for_tracer_selection)
export(Rename_sequence)
export(Select_data_for_unmixing)
export(Select_unmixing_tracers_2_sources)
export(Separate_numeric_and_non_numeric_part)
export(Single_record_TL_OSL_metrics_df)
export(TL_curve_smoothing)
export(TL_metrics_hash_to_dataframe)
export(Update_parameter_in_rulebook)
export(compare_parameters)
export(get_IRR_user_inputs)
export(get_OSL_user_inputs)
export(get_PH_user_inputs)
export(get_TL_user_inputs)
export(get_peak_user_inputs)
export(get_user_number_of_sequence_steps_input)
export(get_user_sequence_step_input)
export(inflect)
export(measure_SAR_OSL_copy)
export(prep_parameters_from_aliquot)
export(set_Rule_for_all_model_parameters)
importFrom(tcltk,tclVar)
importFrom(tcltk,tclvalue)
importFrom(tcltk,tkbutton)
importFrom(tcltk,tkdestroy)
importFrom(tcltk,tkentry)
importFrom(tcltk,tkgrid)
importFrom(tcltk,tklabel)
importFrom(tcltk,tktoplevel)
importFrom(tcltk,tkwait.window)
importFrom(tcltk,tkwm.title)