2025-01-12 04:36:52 +08:00

42 lines
1.0 KiB
Plaintext

# Generated by roxygen2: do not edit by hand
export(as.gapdata)
export(assign_branch_positions)
export(assign_positions)
export(calculate_gap)
export(count_gap)
export(extract_list)
export(format_number)
export(gap_data)
export(gap_dendrogram)
export(gap_heatmap)
export(gap_label)
export(gapmap)
export(get_most_left_leaf)
export(get_most_right_leaf)
export(get_segment_df)
export(is.gapdata)
export(map)
export(map.exp)
export(set_most_right_leaf)
export(sum_distance)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(reshape2,melt)
importFrom(stats,is.leaf)