R/globals.R

# Declare global variables to avoid R CMD check NOTEs
# These variables are used in ggplot2 aes() calls
utils::globalVariables(c(
  "x",
  "y",
  "id",
  "group_color",
  "group_primary",
  "group_shape",
  "class",
  "labels"
))

Try the VoronoiBiomedPlot package in your browser

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

VoronoiBiomedPlot documentation built on Aug. 11, 2025, 1:07 a.m.