demo_rolling_ball {tidyspec}R Documentation

Usage Example and Test

Description

Function to demonstrate the use of implemented functions

Usage

demo_rolling_ball(verbose = TRUE)

Arguments

verbose

Logical indicating whether to print progress messages

Value

A list containing two elements:

simple

Results from the simple rolling ball method

morphology

Results from the mathematical morphology method

Examples


# Run the demonstration
demo_results <- demo_rolling_ball()

# Access results
simple_method <- demo_results$simple
morphology_method <- demo_results$morphology


[Package tidyspec version 0.1.0 Index]