R/mat_1_0.R

Defines functions mat_1_0

mat_1_0 <-
function(mat, e){
    mat2 <- ifelse(mat <= e, 1, 0)
    return(mat2)}
chronchi/simpleTTMap documentation built on May 12, 2020, 12:38 p.m.