R/Cutoff_ZHT_Sim.R

Cutoff_ZHT_Sim <-
function(Knoten, uS, oS){
  CO <- rnorm(n=Knoten, mean=(oS-uS)/2, sd=(oS-uS)/2*0.1)
  # Ausgabe:
    return(cbind(1:Knoten, CO))
}

Try the NHEMOtree package in your browser

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

NHEMOtree documentation built on May 2, 2019, 7:32 a.m.