R/txtAutoSize.R

Defines functions txtAutoSize

txtAutoSize <-
function(txtCex,height){
  if(is.null(txtCex)==TRUE){
    txtCex<-height*1.2/10}
  return(txtCex)
}

Try the rCarto package in your browser

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

rCarto documentation built on May 2, 2019, 8:20 a.m.