R/optimumplotsize.R

Defines functions optimumplotsize

Documented in optimumplotsize

optimumplotsize <-
function(a, b)
{
   pow <- 1 / (2*b + 2)
   x0 <- (a^2 * b^2 * (2*b + 1) / (b + 2))^pow
   return(as.vector(x0))
}

Try the biotools package in your browser

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

biotools documentation built on Aug. 7, 2021, 9:06 a.m.