midseq {docore}R 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


[Package docore version 1.0 Index]