R/cMx.R

Defines functions cMx

Documented in cMx

#' Convert object to matrix
#'
#' @param Input An object to be converted to matrix
#' @return Matrix object
#'
#'
cMx <- function(Input) {
  as.matrix(Input)
}
nwfsc-assess/nwfscDeltaGLM documentation built on July 8, 2023, 4:49 a.m.