R/COWorRAT.R

Defines functions COWorRAT

COWorRAT <- function(light)
{
  if(light == "LD")
  {
    COW()
  }
  else if(light == "DD")
  {
    RAT()
  }
  else
  {
    noquote("error light argument")
  }
}
Killua-github/Killua01 documentation built on June 18, 2021, 1:03 p.m.