get.GMPE.prd returns the the minimum and maximum period of any GMPE.
Arguments
- GMPE
Name of GMPE.
Value
A data.frame of period.min and period.max will be return.
Examples
get.GMPE.prd("ASK14")
#> # A tibble: 1 × 2
#> period.min period.max
#> <dbl> <dbl>
#> 1 0.01 10
get.GMPE.prd("CY14")
#> # A tibble: 1 × 2
#> period.min period.max
#> <dbl> <dbl>
#> 1 0.01 10