GetNumericVector: Generate random vectors

Description Usage Arguments

View source: R/Get.R

Description

These functions create vectors of numerics, logicals or characters. Given a seed, the functions will always return the same subset.

Usage

1
2
3
4
5
  GetNumericVector(seed = 1)

  GetLogicalVector(seed = 1)

  GetCharacterVector(seed = 1)

Arguments

seed

A positive interger for the random number generator. Default 1.


cdtRintroduction documentation built on May 2, 2019, 4:24 p.m.