flts_filter: The multi-fault rupture sources filter

View source: R/flts_filter.R

flts_filterR Documentation

The multi-fault rupture sources filter

Description

This function filters the multi-fault ruptures from UCERF3 within the user-defined maximum distance from a site

Usage

flts_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 rupture 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.