Skip to content
Prev 274854 / 398506 Next

listing all occurrences in a vector

On 10/19/2011 09:00 AM, Jonas Fransson wrote:
Hi,

Use the rep function:

with(a, rep(DEPTH, times = NUMBER))

cheers,
Paul