R/NoDupKey.R

NoDupKey <-
function(Vektor){
  return(unique(sort(Vektor)))
}

Try the NHEMOtree package in your browser

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

NHEMOtree documentation built on May 2, 2019, 7:32 a.m.