Skip to contents

make_eq_ref() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make equation reference. The function returns Equation reference (a character vector of length one).

Usage

make_eq_ref(eq_nm_1L_chr, output_type_1L_chr)

Arguments

eq_nm_1L_chr

Equation name (a character vector of length one)

output_type_1L_chr

Output type (a character vector of length one)

Value

Equation reference (a character vector of length one)