scale_y_continuous {ggplot2} R Documentation

Position scales for continuous data (x & y)

Description

Usage

scale_y_continuous(
    labels = NULL,
    limits = NULL,
    n = 9);

Arguments

labels

One of:

n

[as integer]

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]