Skip to contents

Loh96 returns the ground-motion prediction (rock site) with it sigma of Loh et al.(1996) GMPE.

Usage

Loh96(Mag, Rrup)

Arguments

Mag

Earthquake local magnitude, Numeric.

Rrup

Rupture distance(km), Numeric.

Value

A list will be return, including mag, Rrup, lnY, sigma, period.

Examples

Loh96(6, 20)
#> Warning: passing a char vector to .Fortran is not portable
#> $mag
#> [1] 6
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 4.541796
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.617
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
Loh96(7, 10)
#> Warning: passing a char vector to .Fortran is not portable
#> $mag
#> [1] 7
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 10
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 5.870836
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.617
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>