amImage {rAmCharts4} | R Documentation |
Image
Description
Create a list of settings for an image.
Usage
amImage(href, width, height, opacity = 1)
Arguments
href |
a link to an image file or a base64 string representing an
image; you can get such a string with |
width , height |
dimensions of the image |
opacity |
opacity of the image, a number between 0 and 1 |
Value
A list of settings for an image.
[Package rAmCharts4 version 1.6.0 Index]