image_create | R Documentation |
Image
object of a given colorimage_create() can be used to create an Image
object with a desired color and size.
image_create(color, width = 200, heigth = 200, plot = FALSE)
color |
either a color name (as listed by |
width, heigth |
The width and heigth of the image in pixel units. |
plot |
Plots the image after creating it? Defaults to |
An object of class Image
.
image_create("red")
image_create("#009E73", width = 300, heigth = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.