pts_filter: The point sources filter

View source: R/pts_filter.R

pts_filterR Documentation

The point sources filter

Description

This function filters the point sources from UCERF3 within the user-defined maximum distance from a site

Usage

pts_filter(slat, slon, max_dist = 300, branch = 1)

Arguments

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.

Value

A filtered point sources dataframe is returned

Examples

flts_filter(slat = 36.1, slon = -118.1)


wltcwpf/RPSHA documentation built on July 6, 2023, 1:02 a.m.