insert.at: Mainly auxiliary. Inserts the content of an object into the...

Description Usage Arguments Value Examples

View source: R/optMaxlik.R

Description

Function to insert values into a vector.

Usage

1
insert.at(a, pos, ...)

Arguments

a

vector in which to insert a value

pos

numeric indicating the position where to insert a value.

...

objects to be inserted.

Value

vector

Examples

1
2
a <- 1:10
insert.at(a, 5, 0)

BPJandree/optMaxlik documentation built on May 5, 2019, 10:26 a.m.