R/gutil.R

Defines functions ggname

# Name ggplot grid object
# Convenience function to name grid objects
#
# @keyword internal
ggname <- function(prefix, grob) {
  grob$name <- grid::grobName(grob, prefix)
  grob
}

Try the geoheatmap package in your browser

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

geoheatmap documentation built on Sept. 11, 2024, 6:44 p.m.