R/Clch.Allo.R

Defines functions Clch.Allo

Documented in Clch.Allo

#' @import ggplot2
#' @import rstan
#' @import methods
#' @import stats
#' @import graphics
#' @import grDevices
#' @import stats4
#' @export
Clch.Allo <-
function(age, w, Clad, Wad){
    Clad*(w/Wad)^0.75
}

Try the dfped package in your browser

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

dfped documentation built on May 2, 2019, 8:36 a.m.