Learn R Programming

ggtern (version 1.0.5.0)

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(data = NULL, ...)

Arguments

data
default data set
...
other arguments passed to specific methods

Value

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

See Also

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