print.figure: This function write a tex file to insert the figure into your...

Description Usage Arguments Examples

Description

This function write a tex file to insert the figure into your latex file

Usage

1
2
print.figure(writeto, filename, placement = "hppt", caption, label, shcap,
  scale = 1, height = FALSE, landscape = FALSE)

Arguments

writeto

the resulting tex file, full name ended with .tex, a string

filename

the filename for the figure, full name, a string

caption

figure caption name, a string

label

figure label, a string

landscape

TRUE or FALSE, landscape or not

Examples

1
2
3
4
## Not run: 
print.figure('figure.tex'),filename = "yourfigure.pdf",caption = "figure title",label="yourlabel",landscape=FALSE)

## End(Not run)

YunlongNie/latexhandy documentation built on May 10, 2019, 1:14 a.m.