eqnNum: Gets the equation number

View source: R/utils.R

eqnNumR Documentation

Gets the equation number

Description

The function relies on options("equation_counter") in order to keep track of the current number.

Usage

eqnNum(
  advance.counter=0,
  eqn.name="t1",
  em.space=150
  )

Arguments

advance.counter

Numeric. Number to be added to the present table number. Default is 0, giving the present equation

eqn.name

Character. Name of equation if needed for reference in text.

em.space

Numeric. Space before equation when rendered in PDF.

Examples

options(equation_counter=0)
eqnNum()

CenterForAssessment/Literasee documentation built on July 2, 2023, 6:21 p.m.