Learn R Programming

ggtern (version 2.2.0)

breaks_tern: 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

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

Run the code above in your browser using DataLab