Learn R Programming

tidyspec (version 0.1.0)

demo_rolling_ball: Usage Example and Test

Description

Function to demonstrate the use of implemented functions

Usage

demo_rolling_ball(verbose = TRUE)

Value

A list containing two elements:

simple

Results from the simple rolling ball method

morphology

Results from the mathematical morphology method

Arguments

verbose

Logical indicating whether to print progress messages

Examples

Run this code
# \donttest{
# Run the demonstration
demo_results <- demo_rolling_ball()

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

Run the code above in your browser using DataLab