lggplot-deprecated: lggplot (deprecated)

lggplot-deprecatedR Documentation

lggplot (deprecated)

Description

use l_ggplot, rather than lggplot.

Usage

lggplot(data = NULL, mapping = aes(), ..., environment = parent.frame())

Arguments

data

Default dataset to use for plot. If not already a data.frame, will be converted to one by fortify(). If not specified, must be supplied in each layer added to the plot.

mapping

Default list of aesthetic mappings to use for plot. If not specified, must be supplied in each layer added to the plot.

...

Other arguments passed on to methods. Not currently used.

environment

DEPRECATED. Used prior to tidy evaluation.


loon.ggplot documentation built on Nov. 13, 2022, 1:06 a.m.