scale_y_continuous {ggplot2} R Documentation

Position scales for continuous data (x & y)

Description

Usage

scale_y_continuous(
    labels = NULL,
    limits = NULL);

Arguments

labels

One of: + NULL for no labels + waiver() for the default labels computed by the transformation object + A character vector giving labels (must be same length As breaks) + A Function that() takes the breaks As input And returns labels As output. Also accepts rlang lambda Function notation. [as string]

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type ggplotOption.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]