R/show.map.R

show.map<-function(){
  #data(ALINE.map,envir=environment())
  show.map<-cbind(apply(data.frame(ALINE.map$U.Val),MARGIN=1,FUN=intToUtf8),ALINE.map,deparse.level=0)
  colnames(show.map)[1]<-"IPA"
  return(show.map)
}

Try the alineR package in your browser

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

alineR documentation built on May 2, 2019, 11:26 a.m.