# Generated by roxygen2: do not edit by hand

S3method(autoplot,comp_bayes_lm)
S3method(predict,comp_bayes_lm)
S3method(print,comp_bayes_lm)
export("%>%")
export(add_buffer_variable)
export(autoplot)
export(comp_bayes_lm)
export(compute_buffer_region)
export(compute_growth)
export(create_bayes_lm_data)
export(create_focal_vs_comp)
export(focal_vs_comp_distance)
export(rmse)
export(run_cv)
export(sf_polygon)
export(to_any_case)
import(dplyr)
import(ggplot2)
import(ggridges)
import(sf)
import(sfheaders)
import(stringr)
importFrom(forcats,fct_rev)
importFrom(ggplot2,autoplot)
importFrom(ggridges,geom_density_ridges)
importFrom(magrittr,"%>%")
importFrom(mvnfast,rmvt)
importFrom(purrr,
  map2,
  set_names
)
importFrom(sf,
  st_buffer,
  st_intersects
)
importFrom(sfheaders,sf_polygon)
importFrom(snakecase,to_any_case)
importFrom(stats,
  as.formula,
  model.matrix
)
importFrom(stringr,
  str_replace_all,
  str_wrap
)
importFrom(tibble,enframe)
importFrom(tidyr,
  gather,
  nest,
  spread,
  unnest
)
importFrom(yardstick,rmse)
