midseq: Mid-points of regular grid

Description Usage Arguments Value Author(s)

View source: R/midseq.R

Description

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

Usage

1
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


docore documentation built on Feb. 1, 2022, 5:06 p.m.

Related to midseq in docore...