breaks_tern {ggtern}R Documentation

Generate Axis Breaks

Description

Calculates the Breaks for Major or Minor Gridlines based on the input limits.

Usage

breaks_tern(limits = c(0, 1), isMajor = TRUE, n = 5)

Arguments

limits

the scale limits

isMajor

major or minor grids

n

number of breaks

Examples

 breaks_tern()
 breaks_tern(limits = c(0,.5),FALSE,10)

[Package ggtern version 3.5.0 Index]