Learn R Programming

ggtern (version 2.1.1)

ggtern: ggtern Constructor

Description

Plots in ggtern are instigated via the default constructor: ggtern(...), which is essentially a convenience wrapper for the following: ggplot{...} + coord_tern(), indeed, if one wishes to use ggplot{...} + coord_tern() then this is quite satisfactory.

Usage

ggtern(...)

Arguments

...
Other arguments passed on to methods. Not currently used.

Value

  • ggtern(...) returns an object of class ggplot.

See Also

For an introduction to the ggtern package, (including many examples), click HERE.