hues_from_xy: Generate Hu moments from XY coordinates dataframe

View source: R/hu_moments_short.R

hues_from_xyR Documentation

Generate Hu moments from XY coordinates dataframe

Description

This function requires a CellID column to split the coordinates by (uses "cellID" by default). Can be provided by read_coords_tsv.

Usage

hues_from_xy(pic_df, split_col = "cellID")

Arguments

pic_df

A data frame with XY coordinates, containing columns "x", "y", and the grouping column; named by the split_col parameter.

split_col

A string matching the name of the colum used to split the dataframe into individual shapes.

Details

See hues_from_xy2 for a parallelized version.


darksideoftheshmoo/rcell2 documentation built on Oct. 23, 2024, 12:59 p.m.