R/kossze.R

"kossze" <-
function (ik=3,BE=BEM) {

  #############################################################
  # 
  # TITLE:  kossze()
  # AUTHOR: SANDOR KABOS
  # DATE:   2003
  # CALLS:  
  # NEEDS:  
  # NOTES:  
  #
  #############################################################

  MI <- BE[,ik]
  MIKI <- match(kul(MI),MI)
  BE[MIKI,]
}

Try the hdeco package in your browser

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

hdeco documentation built on May 30, 2017, 8:26 a.m.