ring_detection: Algorithm for ring detection

View source: R/ring_detection.R

ring_detectionR Documentation

Algorithm for ring detection

Description

Automatic ring detection and its graphic user interface (GUI)

Usage

ring_detection(radius, density, smooth_method, filter_width, low_limit,
  up_limit, threshold)

ring_detection_UI(radius, density)

Arguments

radius

numeric. Position from the pith

density

numeric. Density for each position

smooth_method

character. Name of a method for smoothing. Can be 'linear' or 'spline'

filter_width

scalar. Smoothing parameter for the density profile

low_limit

scalar.

up_limit

scalar.

threshold

scalar.

Value

A data.frame

Examples

data(oakprofile)

result = ring_detection(oakprofile$rad_pos, oakprofile$density)

## Not run: 
ring_detection_UI(oakprofile$rad_pos, oakprofile$density)

## End(Not run)

Jean-Romain/RingsDetection documentation built on Feb. 26, 2024, 3:35 a.m.