R/MapCalcR2.R

Defines functions MapCalcR2

Documented in MapCalcR2

#'CalcR2 wrapper
#'
#'Wrapper for the CalcR2 in a list
#'@export
MapCalcR2  <- function(mat.list){
  r2.list = laply(mat.list, CalcR2)
  return(r2.list)
}
lem-usp/EvoMod-R documentation built on Oct. 25, 2020, 10:20 a.m.