-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
executable file
·154 lines (153 loc) · 4.63 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
export(.incomplete_gamma)
export(BilekLay99_magnitude_depth_duration)
export(M0_2_Mw)
export(Mw_2_rupture_size)
export(Mw_2_rupture_size_inverse)
export(Mw_exceedance_rate_characteristic_gutenberg_richter)
export(Mw_exceedance_rate_truncated_gutenberg_richter)
export(add_log_axis_ticks)
export(adjust_longitude_by_360_deg)
export(airy_period)
export(airy_wavelength)
export(angle_within_dtheta_of_target)
export(approxSpatialLines)
export(axpy_local)
export(bisection)
export(cartesian2d_to_spherical_coordinates)
export(compute_grid_point_areas_in_polygon)
export(convert_Mw_vs_exceedance_rates_2_stage_vs_exceedance_rates)
export(create_downdip_lines_on_source_contours)
export(create_downdip_lines_on_source_contours_improved)
export(dGR)
export(discretized_source_approximate_summary_statistics)
export(discretized_source_from_source_contours)
export(discretized_source_summary_statistics)
export(distance_down_depth)
export(downdip_lines_to_SpatialLinesDataFrame)
export(dtruncGR)
export(exceedance_rate_given_maxima_and_arrival_time)
export(exceedance_rate_of_observed)
export(find_unit_source_index_containing_point)
export(fit_truncGR_multiple_catalogues)
export(gArea)
export(gBuffer)
export(gCentroid)
export(gContains)
export(gCovers)
export(gDistance)
export(gIntersection)
export(gIntersects)
export(gUnaryUnion)
export(gUnion)
export(gauge_energy_banding)
export(gauge_range_filtered)
export(gauge_statistics_simple)
export(gauge_zero_crossing_period)
export(get_all_earthquake_events)
export(get_all_earthquake_events_of_magnitude_Mw)
export(get_discretized_source_outline)
export(get_event_probabilities_conditional_on_Mw)
export(get_event_slip_weighted_centroid)
export(get_random_seed)
export(get_shallow_unit_source_top_edge_strikes)
export(get_unit_source_from_discretized_source)
export(get_unit_source_indices_in_event)
export(interpolate_3D_path)
export(interpolate_gc_path)
export(interpolation_discontinuous)
export(intersect_surface_path_with_depth_contours)
export(kajiura_filter)
export(kajiura_g)
export(kajiura_g_empirical)
export(kajiura_smooth_raster)
export(lonlat2utm)
export(lonlat2xyz)
export(lonlat_in_poly)
export(lonlat_nearest_neighbours)
export(make_conditional_ecdf)
export(make_contour_interpolator)
export(make_edge_approxfun)
export(make_line_interpolation_fun)
export(make_source_contours_interpolation_function_list)
export(make_tsunami_unit_source)
export(mean_angle)
export(mid_line_with_cutpoints_from_downdip_sldf_and_source_contours)
export(nearest_neighbour_interpolation)
export(okada_tsunami)
export(pGR)
export(parent_script_name)
export(plot3d_unit_source_interior_points_cartesian)
export(plot_all_tsunami_unit_sources)
export(plot_earthquake_event_properties)
export(plot_unit_source_interior_points_cartesian)
export(ptruncGR)
export(qGR)
export(qtruncGR)
export(rGR)
export(rate_of_earthquakes_greater_than_Mw_function)
export(readOGR)
export(read_mux2_data)
export(read_table_from_netcdf)
export(rectangle_on_grid)
export(rotate_cartesian2d)
export(rtruncGR)
export(sea_surface_available_potential_energy)
export(sffm_events_to_table)
export(sffm_fit_parameters)
export(sffm_get_default_model_parameters)
export(sffm_get_numerical_wavenumbers)
export(sffm_make_events_on_discretized_source)
export(sffm_make_random_lwkc_function)
export(sffm_recentre_slip)
export(sffm_simulate)
export(sffm_slip_goodness_of_fit)
export(shear_modulus_depth)
export(slip_from_Mw)
export(slip_from_Mw_area_mu)
export(spherical_to_cartesian2d_coordinates)
export(taperedGR_Mc_from_moment_release_rate)
export(taperedGR_exceedance_rate)
export(taperedGR_exceedance_rate_derivative)
export(taperedGR_moment_release_rate)
export(triangular_interpolation)
export(tsunami_maxima_and_arrival_time)
export(tsunami_unit_source_2_raster)
export(unit_source_cartesian_to_okada_tsunami_source)
export(unit_source_grid_to_SpatialPolygonsDataFrame)
export(unit_source_interior_points_cartesian)
export(weighted_percentile)
export(writeOGR)
export(write_table_to_netcdf)
import(FNN)
import(geometry)
import(geosphere)
import(grDevices)
import(graphics)
import(methods)
import(minpack.lm)
import(ncdf4)
import(raster)
import(sf)
import(sp)
importFrom(raster,cellFromXY)
importFrom(raster,raster)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,dexp)
importFrom(stats,dpois)
importFrom(stats,ecdf)
importFrom(stats,fft)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,splinefun)
importFrom(stats,uniroot)
importFrom(utils,capture.output)
importFrom(utils,example)
importFrom(utils,sessionInfo)
useDynLib(rptha)