morphology: Extract surface cells with mathematical morphology

add_surfaceR Documentation

Extract surface cells with mathematical morphology

Description

add_surface() adds a binary column to the data.frame.

add_phi() counts empty neighbors of each cell and adds an integer column.

Usage

add_surface(population, coord, dimensions)

add_phi(population, coord, dimensions)

Arguments

population

a data.frame with (x, y, z)

coord

a string

dimensions

an integer


heavywatal/tumorr documentation built on April 2, 2024, 7:24 p.m.