R/locationtoaxis.R

Defines functions locationtoaxis

locationtoaxis <-
function (Tppm) 
{
traitl <- t(c((5-Tppm)/5.4 , 0 ))
return(traitl)
}

Try the mQTL.NMR package in your browser

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

mQTL.NMR documentation built on Nov. 1, 2018, 2:13 a.m.