Learn R Programming

ggtern (version 1.0.5.0)

is.linear.ternary: S3 Method Is Linear

Description

S3 Method Is Linear

S3 Method Coordinate Transform

S3 Method Expand Deraults

S3 Method Coordinate Train

S3 Method Coordinate Aspect

S3 Method Coordinate Distance

S3 Method Render Vertical Axis

S3 Method Render Horizontal Axis

S3 Method Render Foreground

S3 Method Render Background

Usage

## S3 method for class 'ternary':
is.linear(coord)

## S3 method for class 'ternary': coord_transform(coord, data, details, verbose = FALSE, revertToCart = FALSE, passToCartesian = TRUE, discard = getOption("tern.discard.external"), dont_transform = getOption("tern.dont_transform"))

## S3 method for class 'ternary': coord_expand_defaults(coord, scales, aesthetic)

## S3 method for class 'ternary': coord_train(coord, scales)

## S3 method for class 'ternary': coord_aspect(coord, details)

## S3 method for class 'ternary': coord_distance(coord, x, y, details)

## S3 method for class 'ternary': coord_render_axis_v(coord, details, theme)

## S3 method for class 'ternary': coord_render_axis_h(coord, details, theme)

## S3 method for class 'ternary': coord_render_fg(coord, details, theme)

## S3 method for class 'ternary': coord_render_bg(coord, details, theme)

Arguments

x
data
y
data
coord
coordinate system
data
input data
details
scales details
verbose
verbose reporting
revertToCart
fall back to cartesian data if error
passToCartesian
after conducting the ternary transformation, then execute the standard cartesian transformation.
discard
throw away data outside the plotting perimeter
dont_transform
override the ternary transformation
scales
plot scales
aesthetic
mappings
theme
net theme