put_axes: Insert a two-dimensional coordinate axes in a document.

View source: R/put_axes.R

put_axesR Documentation

Insert a two-dimensional coordinate axes in a document.

Description

Creates an empty, 2-dimensional, coordinate axes using ggplot2: no scales, no tick marks, no axis labels.

Usage

put_axes(quadrant = NULL, col = NULL, linewidth = NULL)

Arguments

quadrant

: The quadrant to plot, 1, 2, 3, 4, or 0 for all four. Default is the first quadrant.

col

: Line color, default is "gray60".

linewidth

: Line width, default is 0.5.

Details

The size of the figure is determined when printed, e.g., using knitr in an R Markdown script, the figure height in inches is set with the fig.height code chunk option.

Value

The empty axes.


docxtools documentation built on Nov. 12, 2022, 1:12 a.m.