mobile_legend: Legend

Description Usage Arguments Examples

View source: R/aspects.R

Description

Customise the legend of the chart.

Usage

1

Arguments

m

An object of class mobile as returned by mobile.

...

Named options from the official documentation.

Examples

1
2
3
mobile(cars) %>% 
 mobile_point(aes(speed, dist)) %>% 
 mobile_legend(position = "right")

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