R/dir.process.R

Defines functions dir.process

dir.process <-
function(){
  #enter.site()
  enter.n_site()
  enter.n()
  #select.material()
  select.section()
  #select.taxon()
  select.type()
  select.Anatomic_Part()
  enter.scale()
  xy.scale()
  compute.scale()
  xy.LM()
  save.LM()
  compute.WIS()
  compute.WIM()
  compute.WIB()
  compute.LDC()
  compute.RDC()
  compute.SI()
  compute.d()
  compute.OA()
  newrow<<-c(site, n_site, n, material, section, taxon_bone, type_bone, Anatomic_Part, LM1x, LM1y, LM2x, LM2y, LM3x, LM3y, LM4x, LM4y, LM5x, LM5y, LM6x, LM6y, LM7x, LM7y, WIS, WIM, WIB, LDC, RDC, SI, d, OA)
  i<<-i+1
  save(dir_images, files, files_names, l, i, site, material, taxon_bone, file="dir_data")
}
jfpalomeque/pandora documentation built on Nov. 16, 2020, 1:39 a.m.