pts_filter | R Documentation |
This function filters the point sources from UCERF3 within the user-defined maximum distance from a site
pts_filter(slat, slon, max_dist = 300, branch = 1)
slat |
The latitude of the interest site |
slon |
The longitude of the interest site |
max_dist |
The maximum cut-off distance for considered sources. Default is 300 km. |
branch |
The indicator specifies which branch of UCERF3 is using. 1 for 3.1 branch and 2 for 3.2 branch. |
A filtered point sources dataframe is returned
flts_filter(slat = 36.1, slon = -118.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.