# Generated by roxygen2: do not edit by hand

S3method(as_tibble,alias.matrix)
S3method(ggTukey,TukeyHSD)
S3method(ggTukey,data.frame)
S3method(ggplot_add,qqhn_bundle)
S3method(pareto_chart,data.frame)
S3method(pareto_chart,lm)
S3method(plot,alias.matrix)
S3method(predictor_vars,default)
S3method(print,alias.matrix)
S3method(print,chauvenet)
S3method(print,factorial.plan)
S3method(response_var,default)
export("%>%")
export(add_predictions)
export(add_residuals)
export(chauvenet)
export(daniel_plot_hn)
export(daniel_plot_qq)
export(examples_url)
export(expand_formula)
export(fp_add_names)
export(fp_add_scale)
export(fp_alias)
export(fp_alias_list)
export(fp_alias_matrix)
export(fp_all_drs)
export(fp_augment_axial)
export(fp_augment_center)
export(fp_defrel)
export(fp_design_matrix)
export(fp_effect_names)
export(fp_fraction)
export(fp_gen2alias)
export(fp_info)
export(fp_merge_drs)
export(fp_name)
export(fp_read_csv)
export(fp_scale)
export(fp_scaled_axis)
export(fp_treatments)
export(fp_write_csv)
export(gather_predictions)
export(gather_residuals)
export(geom_pareto_bars)
export(geom_pareto_line)
export(geom_pareto_point)
export(geom_qqhn)
export(geom_qqhn_band)
export(geom_qqhn_line)
export(ggTukey)
export(normplot)
export(pareto_chart)
export(scale_y_pareto)
export(spread_predictions)
export(spread_residuals)
export(stat_pareto_bars)
export(stat_pareto_line)
export(stat_qqhn)
export(stat_qqhn_band)
export(stat_qqhn_line)
importFrom(dplyr,
  across,
  add_row,
  arrange,
  bind_rows,
  c_across,
  desc,
  filter,
  if_else,
  mutate,
  n,
  pull,
  relocate,
  rename,
  rename_with,
  rowwise,
  select,
  slice_tail,
  summarize_all,
  ungroup
)
importFrom(gghalfnorm,gghalfnorm)
importFrom(ggplot2,
  aes,
  coord_cartesian,
  coord_flip,
  element_text,
  fortify,
  geom_col,
  geom_errorbar,
  geom_function,
  geom_hline,
  geom_label,
  geom_line,
  geom_point,
  geom_qq,
  geom_qq_line,
  geom_tile,
  ggplot,
  ggplot_add,
  labs,
  position_dodge,
  scale_fill_viridis_d,
  scale_y_continuous,
  sec_axis,
  stat_qq,
  theme
)
importFrom(glue,glue)
importFrom(grDevices,grey)
importFrom(lubridate,stamp)
importFrom(magrittr,"%>%")
importFrom(purrr,
  accumulate,
  discard,
  iwalk,
  keep,
  list_merge,
  map,
  set_names,
  walk
)
importFrom(readr,
  read_csv,
  read_csv2,
  write_csv,
  write_csv2
)
importFrom(rlang,
  ":=",
  is_formula,
  sym
)
importFrom(scales,rescale)
importFrom(stats,
  TukeyHSD,
  aov,
  as.formula,
  coef,
  ecdf,
  effects,
  median,
  na.omit,
  pnorm,
  reformulate,
  sd,
  setNames,
  terms
)
importFrom(stringr,str_remove_all)
importFrom(tibble,
  as_tibble,
  rownames_to_column,
  tibble
)
importFrom(tidyr,pivot_longer)
importFrom(utils,tail)
