R/CERN.R

Defines functions CERN_DF

#' 277 measurements of the cross sections for
#' \eqn{\pi^{-}p} collision (nuclear
#' physics).
#'
#' 277 measurements of the cross sections for
#' \eqn{\pi^{-}p} collision (nuclear physics).
#'
#' @format A data frame with 277 elements.
#' @source \url{https://link.springer.com/article/10.1007/BF02683433}
"CERN"

CERN_DF <- function() {
  return(1)
}

#assign("CERN_DF", .cern_df(), envir = .GlobalEnv)

Try the ICSsmoothing package in your browser

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

ICSsmoothing documentation built on Jan. 9, 2023, 1:23 a.m.