mobile: Initialise

Description Usage Arguments Examples

View source: R/mobile.R

Description

Initialise a chart.

Usage

1
mobile(data = NULL, ..., width = NULL, height = NULL, elementId = NULL)

Arguments

data

A data.frame.

...

Mobile chart aesthetics.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

elementId

ID of element holding the mobile chart.

Examples

1
2

RinteRface/mobileCharts documentation built on Feb. 14, 2020, 2:31 a.m.