R/create_rnd_site_model_nasty.R

Defines functions create_rnd_site_model_nasty

Documented in create_rnd_site_model_nasty

#' May create a random site model
#' @export
create_rnd_site_model_nasty <- function() {
  if (create_rnd_bool()) {
    create_rnd_site_model()
  } else {
    create_rnd_anything()
  }
}
richelbilderbeek/babetter documentation built on Oct. 23, 2020, 11:55 p.m.