Learn R Programming

dbnR (version 0.7.8)

ordering_gen_exp: Generates the names of n variables.

Description

Given the total number of variables, this function generates a character vector with variables named "Xi", where i is a number in the interval [0,n-1]

Usage

ordering_gen_exp(n)

Value

a character vector with the variable names

Arguments

n

the total number of variables desired