findShortestInterval: Find the shortest interval

View source: R/findShortestInterval.R

findShortestIntervalR Documentation

Find the shortest interval

Description

This function takes a numeric vector, sorts it, and then finds the shortest interval and returns its length.

Usage

findShortestInterval(x)

Arguments

x

The numeric vector.

Value

The length of the shortest interval.

Author(s)

Gjalt-Jorn Peters

Maintainer: Gjalt-Jorn Peters gjalt-jorn@userfriendlyscience.com

Examples


findShortestInterval(c(1, 2, 4, 7, 20, 10, 15));


ufs documentation built on July 9, 2023, 6:07 p.m.