R/focleg.R

Defines functions `focleg`

`focleg` <-
function(i)
  {

 #####    FKINDS = c("strikeslip",
  #####    "rev-obl strk-slp",
  #####    "oblique reverse",
  #####    "reverse",
  #####    "norm-oblq strkslp",
  #####    "oblq norm",
  #####    "normal")

    FKINDS =  c("STRIKESLIP" ,       "REV-OBL STRK-SLP" , "OBLIQUE REVERSE",
 "REVERSE" ,          "NORM-OBLQ STRKSLP", "OBLQ NORM",
 "NORMAL")

    return(FKINDS[i])
  }

Try the RFOC package in your browser

Any scripts or data that you put into this service are public.

RFOC documentation built on Sept. 8, 2023, 6:12 p.m.