insert {UWHAM}R Documentation

Inserting a value into a vector

Description

This inserts a value x0 at d-th position of x.

Usage

insert(x, d, x0 = 0)

Arguments

x

A vector.

d

A position in x.

x0

A value to be inserted.

Value

The resulting vector.


[Package UWHAM version 1.1 Index]