figNumIncrement: Increase the figure number counter

View source: R/utils.R

figNumIncrementR Documentation

Increase the figure number counter

Description

Bump the figure number by one. The function relies on options("fig_caption_no") in order to keep track of the last number.

Usage

figNumIncrement(advance.counter=1)

Arguments

advance.counter

Numeric. Number to be added to the present figure number. Default is 1, advancing figure count by 1.

Examples

options(fig_caption_no=1)
getOption("fig_caption_no")
figNumIncrement()
getOption("fig_caption_no")

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