R/hatching.R

hatching <-
function(x){
               if(any(x[1]<x) && x[1]>(-1)){
                    return(TRUE)
               }else{
                    return(FALSE)
                    }
               }
frousseu/rNest documentation built on May 16, 2019, 3:32 p.m.