geom: Geoms

Description Usage Arguments Examples

Description

Add a geometry.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mobile_bar(m, ..., data = NULL, inherit_aes = TRUE)

mobile_point(m, ..., data = NULL, inherit_aes = TRUE)

mobile_path(m, ..., data = NULL, inherit_aes = TRUE)

mobile_line(m, ..., data = NULL, inherit_aes = TRUE)

mobile_area(m, ..., data = NULL, inherit_aes = TRUE)

mobile_polygon(m, ..., data = NULL, inherit_aes = TRUE)

mobile_schema(m, ..., data = NULL, inherit_aes = TRUE)

Arguments

m

An object of class mobile as returned by mobile.

...

Aesthetics.

data

A data.frame.

inherit_aes

Whether to inherit the aesthetics from mobile.

Examples

1
2

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