R/Gewichte_lin.R

Gewichte_lin <-
function(Max_Baumtiefe){
  seq(1, 1/Max_Baumtiefe, length=Max_Baumtiefe)
}

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.