https://github.com/tom-n-walker/uphill-plants-soil-carbon
Revision bd5cb92172fcaeb792dba4b479620ccb3e1a8569 authored by Tom Walker on 07 September 2021, 06:32:17 UTC, committed by Tom Walker on 07 September 2021, 06:32:17 UTC
1 parent 84beafa
Tip revision: bd5cb92172fcaeb792dba4b479620ccb3e1a8569 authored by Tom Walker on 07 September 2021, 06:32:17 UTC
Added and validated analysis scripts for soil C loss, field soil pools, glasshouse soil variables.
Added and validated analysis scripts for soil C loss, field soil pools, glasshouse soil variables.
Tip revision: bd5cb92
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)
}

Computing file changes ...