geom_jitter {ggplot2} R Documentation

geom_jitter

Description

geom_jitter

Usage

geom_jitter(
    mapping = NULL,
    data = NULL,
    stat = "identity",
    width = 0.5,
    radius = 10,
    alpha = 0.85,
    color = NULL);

Arguments

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type ggplotLayer.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]