R/globals.R

#' Global variables used in ggplot2 aesthetics
#' 
#' @name sgwt-globals
#' @description This file declares global variables used in ggplot2 aesthetics
#' to avoid R CMD check NOTEs about undefined global functions or variables.
#' 
#' @keywords internal
utils::globalVariables(c(
  "x", "y", "original", "scaling", "reconstructed", 
  "eigenvalue", "filter_value", "filter_type", "df_hex_combine",
  "X", "Y", "label",
  "name", "Ra", "Step", "signal_1", "signal_2"
))

Try the BioGSP package in your browser

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

BioGSP documentation built on Feb. 2, 2026, 5:06 p.m.