amImage: Image

View source: R/image.R

amImageR 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 tinyIcon, or you can create it from a file with base64enc::dataURI; this option can also be a string of the form "inData:DATAFIELD" where DATAFIELD is the name of a column of the data - this is useful to have different images in the bullets

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.


rAmCharts4 documentation built on Sept. 22, 2022, 5:05 p.m.