fm.rep.intR Documentation

Create a FlashR vector with replicated elements.

Description

Create a FlashR vector with replicated elements.

Usage

fm.rep.int(x, times)

Arguments

x

A constant initial value

times

The length of the vector to be generated.

Value

A FlashR vector

Author(s)

Da Zheng <dzheng5@jhu.edu>

Examples

vec <- fm.rep.int(0, 10) # create a FlashR vector with 10 elements.