broadcast_vector: broadcast the vector into length n

broadcast_vectorR Documentation

broadcast the vector into length n

Description

broadcast the vector into length n

Usage

broadcast_vector(x, n)

Arguments

x

vector

n

target length

Value

vector

Examples

broadcast_vector(1:3, 5)


baizer documentation built on Oct. 19, 2023, 9:07 a.m.