R/select.material.R

Defines functions select.material

select.material <-
function(){#Ask user for select the material of tool used for cut
  print("Select material of tool = ")
  switch(menu(c("Metal", "Flint", "Quartzite", "Basalt", "Unknow")), "M", "F","Q","B", "U")->>material}
jfpalomeque/pandora documentation built on Nov. 16, 2020, 1:39 a.m.