
Package index
-
coo_center() - Center coordinates
-
coo_translate() - Translate coordinates
-
coo_scale() - Scale to unit centroid size
-
coo_rotate() - Rotate coordinates
-
coo_rotate_around() - Rotate around a center point
-
coo_untilt_x()coo_untilt_y() - Untilt to axis
-
coo_align() - Align shape to principal axes
-
coo_align_minor() - Align shape to minor and major axes (swapped)
-
coo_align_calliper()coo_align_minradius() - Align to special features
-
coo_baseline()coo_bookstein() - Baseline correction (Bookstein registration)
-
coo_sample()coo_sample_prop() - Sample coordinates
-
coo_sample_regular_radius() - Sample at regular angles from centroid
-
coo_smooth()coo_smooth_fixed() - Smooth coordinates
-
coo_slide_id()coo_slide_ldk()coo_slide_closest()coo_slide_angle()coo_slide_direction()coo_slide_gap() - Slide coordinates along outline
-
coo_reverse() - Reverse point order
-
coo_direction_positive()coo_direction_negative() - Ensure positive (counter-clockwise) direction
-
coo_close()coo_open() - Close or open outlines
-
coo_close_spread() - Close outline by spreading gap
-
coo_template()coo_template_relatively() - Template shapes to standard size
-
coo_flip_x()coo_flip_xaxis()coo_flip_y()coo_flip_yaxis() - Flip coordinates
-
coo_extract()coo_head()coo_tail() - Extract or subset coordinates
-
coo_trim_head()coo_trim_tail()coo_trim_both() - Trim points from outline ends
-
coo_up()coo_down()coo_right()coo_left() - Filter points by direction from centroid
-
coo_translate_jitter() - Jitter coordinates
-
coo_translate_to_xaxis() - Translate shape to x-axis
-
coo_translate_to_yaxis() - Translate shape to y-axis
-
get_cut() - Cut outline at landmarks
-
get_join() - Join curves into closed outline
-
coo_check() - Check and clean coordinates
-
coo_shear_x()coo_shear_y() - Shear coordinates
-
measure() - Measure shape properties
-
available_measures() - List available measurements
-
get_area() - Get area of a closed outline
-
get_perim()get_perim_along()get_perim_cum() - Get perimeter measurements
-
get_length() - Get length
-
get_width() - Get width
-
get_calliper()get_calliper_ids() - Get calliper
-
get_centroid_size()centsize() - Get centroid size
-
get_centroid_size_norm()centsize_norm() - Get normalized centroid size
-
get_elongation() - Get elongation
-
get_circularity()get_circularity_norm()get_circularity_haralick() - Get circularity measures
-
get_convexity() - Get convexity
-
get_solidity() - Get solidity
-
get_rugosity() - Get rugosity
-
get_compactness() - Get compactness
-
get_rectangularity() - Get rectangularity
-
get_rectilinearity() - Get rectilinearity
-
get_ldk() - Extract landmark coordinates
-
get_transform() - Extract transformation between two configurations
-
get_transformed() - Apply transformation to coordinates
-
get_centroid() - Get centroid of a shape
-
get_centroid_distance() - Get distances from centroid
-
get_centroid_distance() - Get distances from centroid
-
get_perim()get_perim_along()get_perim_cum() - Get perimeter measurements
-
get_lw() - Get length and width
-
get_calliper()get_calliper_ids() - Get calliper
-
get_truss() - Get truss (all pairwise distances)
-
get_angles() - Get angles from centroid
-
get_angle_edges() - Get angles at vertices
-
get_angle_tangent() - Get tangent angles
-
get_range() - Get coordinate ranges
-
get_range_diff() - Get range span
-
get_bbox() - Get bounding box corners
-
get_coords_nb() - Get number of coordinates
-
get_direction_sign() - Get outline direction sign
-
get_closest()get_closest_angle() - Find closest point to target
-
get_closest_direction() - Get point closest to a given direction
-
get_chull()get_chull_id() - Get convex hull
-
get_chull_onion() - Get convex hull layers (onion peeling)
-
pile() - Plot shapes stacked together
-
mosaic() - Plot shapes in grid mosaic layout
-
p()draw_landmarks()draw_landmarks_as_numbers()draw_outlines()draw_centroid()draw_first_point()draw_links() - Minimal plotting system for morphometric shapes
-
as_coo()as_out()as_ldk()as_xy()as_ldk_id()as_cur()as_path()as_coe()as_eft()as_dct()as_npoly()as_opoly()as_proc() - Coerce to coordinate classes
-
pillar_colors - Customize pillar colors
-
get_coo_cols() - Identify coo columns in a tibble
-
make_coo_function() - Create a coo function with automatic dispatch
-
make_get_function() - Create a get function with automatic dispatch