https://github.com/tom-n-walker/uphill-plants-soil-carbon
Tip revision: 951e73295060ad88bddf5d48a3aa4b9d90475312 authored by Tom Walker on 07 September 2021, 14:32:36 UTC
Merge branch 'main' of github.com:tom-n-walker/uphill-plants-soil-carbon into main
Merge branch 'main' of github.com:tom-n-walker/uphill-plants-soil-carbon into main
Tip revision: 951e732
mm2in.R
################################################################################
#### Project: Metabolites traits
#### Title: Function | Small function | mm2in converter
#### Author: Tom Walker (thomas.walker@usys.ethz.ch)
#### Date: 23 September 2020
#### ---------------------------------------------------------------------------
mm2in <- function(mm){
return(mm * 0.0393700787)
}