# Generated by roxygen2: do not edit by hand

export(calculate_gaps_perc)
export(get_cbh_metrics)
export(get_cum_break)
export(get_depths)
export(get_distance)
export(get_effective_gap)
export(get_gaps_fbhs)
export(get_layers_lad)
export(get_plots_cbh_LAD)
export(get_plots_cbh_bp)
export(get_plots_cbh_lastdist)
export(get_plots_cbh_maxdist)
export(get_plots_effective)
export(get_plots_gap_fbh)
export(get_real_depths)
export(get_real_fbh)
export(get_renamed0_df)
export(get_renamed_df)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(gdata,startsWith)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(segmented,seg.control)
importFrom(segmented,segmented)
importFrom(stats,ave)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove_all)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyselect,everything)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(utils,tail)
