R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  utils::globalVariables(c(
    "Genotype", "GroupingProperty", "Prediction", "Upper", "Lower", "Condition", "Species", "Temperature",
    "ED5", "ED50", "ED95", "Mean_ED5", "Mean_ED50", "Mean_ED95",
    "SD_ED5", "SD_ED50", "SD_ED95", "SE_ED5", "SE_ED50", "SE_ED95",
    "Conf_Int_5", "Conf_Int_50", "Conf_Int_95",
    "Pam_value", "PredictedPAM", "y"
  ))
}

Try the CBASSED50 package in your browser

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

CBASSED50 documentation built on June 8, 2025, 10:27 a.m.