Get data for alpha hull (internal)
Usage
get_hull_data(
x,
verbose = FALSE,
hull_method = "ahull",
buffer = NULL,
alpha = NULL,
expand = 0.1,
...
)Arguments
- x
numericmatrix with x,y coordinates- verbose
logicalindicating whether to print verbose output- hull_method
characterstring with the preferred hull method.- alpha
numericpassed toashape()- expand
numericused to definealphabased upon coordinate range.- ...
additional arguments are ignored.
Details
This function is intended for internal use by make_point_hull()
and is exported for convenient re-use by other functions as
relevant.
See also
Other jam utility functions:
ashape(),
avg_angles(),
avg_colors_by_list(),
cell_fun_bivariate(),
collapse_mem_clusters(),
colorRamp2D(),
curateIPAcolnames(),
deconcat_df2(),
display_colorRamp2D(),
enrichList2geneHitList(),
find_colname(),
find_enrich_colnames(),
get_igraph_layout(),
gsubs_remove(),
handle_igraph_param_list(),
isColorBlank(),
make_legend_bivariate(),
make_point_hull(),
mem_find_overlap(),
order_colors(),
rank_mem_clusters(),
rotate_coordinates(),
summarize_node_spacing(),
with_ht_opts(),
xyAngle()