Save plot with TDOE Logo Default is the size of image determined to work best with PowerPoint slides
1 2 3 4 5 6 7 8 9 10 | save_with_logo(
file_path,
plot_object = ggplot2::last_plot(),
fig_height = 4.95,
fig_width = 9.17,
fig_unit = "in",
fig_res = 1200
)
add_tdoe_logo(xmin, xmax, ymin, ymax, ...)
|
file_path |
Path to save the image, ending in .png |
plot_object |
ggplot object to save |
fig_height |
Height of image. Default of 4.95 |
fig_width |
Width of image. Default of 9.17 |
fig_unit |
Default of 'in' for inches. Can use 'px' if units are pixels |
fig_res |
Resolution of image. Default of 1200. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.