seq_alt: Calculate a sequence of alternate values sampled from a...

View source: R/system_sequence.R

seq_altR Documentation

Calculate a sequence of alternate values sampled from a Normal distribution

Description

Calculate a sequence of alternate values sampled from a Normal distribution

Usage

seq_alt(n, m = 60, sd = 10)

Arguments

n

sequence length

m

mean value of the Normal distribution

sd

standard deviation of the Normal distribution

Value

a numeric vector of length n


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.