intercalate: Intercalate one vector with another

View source: R/plotting_functions.R

intercalateR Documentation

Intercalate one vector with another

Description

Intercalate one vector with another

Usage

intercalate(x, y, end = TRUE)

Arguments

x

vector 1

y

vector/value 2

end

add value at the end

Examples

intercalate(1:5, 0)

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.