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
giabaio/BCEA documentation built on March 27, 2024, 5:32 p.m.