R/ExposomeCorr-dim.R

#' @describeIn ExposomeCorr Return the dimension of the internat matrix of
#' correlation.
#' @param x Object of class \link{ExposomeCorr}
setMethod(
  f = "dim",
  signature = "ExposomeCorr",
  definition = function(x) {
    dim(assayData(x)[["corr"]])
  }
)
isglobal-brge/rexposome documentation built on Feb. 4, 2023, 12:35 p.m.