# Generated by hand for BKBreed (kept in sync with @export tags)

# ---- core analysis ----
export(bk_rbd)
export(bk_frbd)
export(bk_augmented)
export(bk_variability)
export(bk_correlation)
export(bk_path)
export(bk_diversity)
export(bk_stability)
export(bk_lxt)
export(bk_diallel)

# ---- helpers / data / theme ----
export(bk_data)
export(bk_palette)
export(theme_bk)
export(scale_colour_bk)
export(scale_color_bk)
export(scale_fill_bk)

# ---- generic plot entry point ----
export(bk_plot)

# ---- S3 methods: print ----
S3method(print, bk_rbd)
S3method(print, bk_frbd)
S3method(print, bk_augmented)
S3method(print, bk_variability)
S3method(print, bk_correlation)
S3method(print, bk_path)
S3method(print, bk_diversity)
S3method(print, bk_stability)
S3method(print, bk_lxt)
S3method(print, bk_diallel)

# ---- S3 methods: bk_plot ----
S3method(bk_plot, bk_rbd)
S3method(bk_plot, bk_frbd)
S3method(bk_plot, bk_augmented)
S3method(bk_plot, bk_variability)
S3method(bk_plot, bk_correlation)
S3method(bk_plot, bk_path)
S3method(bk_plot, bk_diversity)
S3method(bk_plot, bk_stability)
S3method(bk_plot, bk_lxt)
S3method(bk_plot, bk_diallel)

importFrom(stats, aov, anova, as.formula, coef, cor, lm, na.omit, pf, pt,
           qt, quantile, sd, var, cmdscale, hclust, as.dist, dist, predict,
           model.matrix, terms, setNames)
importFrom(utils, read.csv, combn, head)
importFrom(grDevices, colorRampPalette)
import(ggplot2)
