midseq: Mid-points of regular grid

View source: R/midseq.R

midseqR Documentation

Mid-points of regular grid

Description

Compute the mid-point positions of a one-dimensional regular grid of n equal intervals.

Usage

midseq(min, max, n = 1)

Arguments

min

left boundary of first bin

max

right boundary of last bin

n

number of bins

Value

vector of mid points

Author(s)

Danail Obreschkow


obreschkow/cooltools documentation built on Nov. 16, 2024, 2:46 a.m.