R/numel.R

Defines functions numel

## Function written to match MATLAB function
## Author: Andrew Hooker

numel <- function(arr){
    return(prod(size(arr)))
}

Try the PopED package in your browser

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

PopED documentation built on May 21, 2021, 5:08 p.m.