latex_include_graphics: latex code to include graphics

View source: R/latex-stuff.R

latex_include_graphicsR Documentation

latex code to include graphics

Description

generate standard LaTeX code for including graphics

Usage

latex_include_graphics(
  file,
  caption,
  label,
  caption.lot = caption,
  placement = "htb",
  cat = TRUE
)

Arguments

file

path to file to include

caption

caption

label

label

caption.lot

caption for list of tables

placement

placement code, defaults to 'htb'

cat

if TRUE (default) code will be cat:ed


renlund/proh documentation built on March 25, 2023, 10:07 a.m.