setCounters(
  tbl.counter=0,
  fig.counter=0,
  eqn.counter=0)

Arguments

tbl.counter

Numeric. Number to set to the present table number. Default is 0, meaning the next (first) table will be number 1.

fig.counter

Numeric. Number to set to the present figure number. Default is 0, meaning the next (first) figure will be number 1.

eqn.counter

Numeric. Number to set to the present equation number. Default is 0, meaning the next (first) equation will be number 1.

Examples

setCounters()