R/CutThirdDim.R

Defines functions `CutThirdDim`

`CutThirdDim` <-
function(a) {
  dim(a) <- dim(a)[1:2]
  a
}

Try the PSM package in your browser

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

PSM documentation built on May 2, 2019, 6:53 p.m.