R/convert_pts_to_mm.R

Defines functions convert_pts_to_mm

Documented in convert_pts_to_mm

#' Use from Base  R to ggplot
#' 
#' @param x points
#' @keywords internal
#' 
convert_pts_to_mm <- function(x)
  x*72.27/25.4

Try the BCEA package in your browser

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

BCEA documentation built on Nov. 25, 2023, 5:08 p.m.