R/write_rwu_stress.R

Defines functions write.rwu.stress

write.rwu.stress<- function(project.path, model = 0, para, ...){

      input_data = readLines(con = file.path(project.path, "SELECTOR.IN"),
                             n = -1L, encoding = "unknown")

   rwu_info_ind = grep("BLOCK G", input_data)


}
shoebodh/hydrusR documentation built on April 17, 2020, 12:52 p.m.