R/condaxialS2fromg.R

Defines functions condaxialS2fromg

Documented in condaxialS2fromg

condaxialS2fromg <- function(gv, D2bool) {
  if (D2bool) {
    return((1+gv)/((2-gv)*(1-gv)^2))
  } else return((1+gv)/((1-gv)^2))
}

Try the blackbox package in your browser

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

blackbox documentation built on May 29, 2024, 1:15 a.m.