f_a_h: Centered Vector

Description Usage Arguments Details Value Examples

View source: R/f_a_h.R

Description

Create vector centered on a and bounded by h, by step size step_size.

Usage

1
f_a_h(a, h, step_size, ...)

Arguments

a

number, that centers the vector

h

number, the length from the center that is +/- from the center.

step_size

number, size of steps between numbers.

Details

Creates a vector from a-h to a+h, centered on a, by step size step_size.

Value

a vector from a-h to a+h, centered on a, by step size step_size.

Examples

1
2
3
{
vector <- f_a_h(a = 0, h = 10, )
}

Fredo-XVII/dis.sim.mod documentation built on Dec. 17, 2021, 8:32 p.m.