geom_histogram {ggplot2} R Documentation

Histograms and frequency polygons

Description

<br /> Visualise the distribution of a single continuous variable by dividing <br /> the x axis into bins and counting the number of observations in each bin. <br /> Histograms (geom_histogram()) display the counts with bars;

Usage

geom_histogram(
    bins = 20,
    position = identity,
    color = NULL,
    alpha = 1,
    binwidth = 0.1,
    range = NULL);

Arguments

bins

[as integer]

Details

Authors

SMRUCC genomics institute

Value

A histogram plot layer

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]