Description Usage Arguments Value
Create a latex figure where the input to the function is a string. This sets up the surrounding string.
1 2 3 4 5 6 7 | string.figure(
figure.string,
fig.float = "t",
fig.center = TRUE,
fig.caption = "My figure",
fig.label = "fig:my_figure"
)
|
figure.string |
The string to use inside the figure block |
fig.float |
Latex figure float modifiers as a string (e.g. "htbp", "!h") |
fig.center |
Add centering argument to the latex figure block |
fig.caption |
Latex figure caption |
fig.label |
Latex figure label for referencing |
The latex figure block as a string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.