Description Usage Arguments Value Examples
Function to change the background color of a magick image plot to another color
1 2 3 4 5 6 7 | changeImageBg(
mg_object,
bg_color,
perc_range = 10,
new_color = "#FFFFFF",
new_name = NULL
)
|
mg_object |
magick image or giotto image object |
bg_color |
estimated current background color |
perc_range |
range around estimated background color to include (percentage) |
new_color |
new background color |
new_name |
change name of Giotto image |
magick image or giotto image object with updated background color
1 | changeImageBg(mg_object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.