png.control | R Documentation |
png.control
Prepare png figure out.
png.control
png.control(
fn = "figure.png",
file = file.path(path, fn),
path = get("anapath", envir = .shud),
ratio = 9/11,
ht = 11,
wd = ht * ratio,
units = "in",
res = 200
)
fn |
Filename |
file |
Full path of file |
path |
The path only. Default = anapath in .shud environment. |
ratio |
Ratio of width to height. |
ht |
Height. |
wd |
Width. |
units |
Units of width and height. |
res |
Resolution along height and width. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.