figNum: Gets the figure number

View source: R/utils.R

figNumR Documentation

Gets the figure number

Description

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

Usage

figNum(advance.counter=0)

Arguments

advance.counter

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

Examples

options(fig_caption_no=1)
figNum()

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