About 400 results
Open links in new tab
  1. ggplot2 - Create Elegant Data Visualisations Using the Grammar …

    ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to …

  2. Introduction to ggplot2

    ggplot2 is an R package for producing visualizations of data. Unlike many graphics packages, ggplot2 uses a conceptual framework based on the grammar of graphics. This allows you to …

  3. Package index • ggplot2

    All ggplot2 plots begin with a call to ggplot(), supplying default data and aesthetic mappings, specified by aes(). You then add layers, scales, coords and facets with +.

  4. Create your own discrete scale — scale_manual • ggplot2

    The manual scales and manual colour scales sections of the online ggplot2 book. Other size scales: scale_size(), scale_size_identity(). Other shape scales: scale_shape(), …

  5. Create a new ggplot — ggplot • ggplot2

    ggplot() initializes a ggplot object. It can be used to declare the input data frame for a graphic and to specify the set of plot aesthetics intended to be common throughout all subsequent layers …

  6. Changelog • ggplot2

    The guide system encompassing axes and legends, as the last remaining chunk of ggplot2, has been rewritten to use the <ggproto> system instead of the S3 system.

  7. Articles - ggplot2

    Developer Extending ggplot2 Official extension mechanism provided in ggplot2. Using ggplot2 in packages Customising how aesthetic specifications are represented on your plot. Profiling …

  8. Prices of over 50,000 round cut diamonds — diamonds • ggplot2

    A dataset containing the prices and other attributes of almost 54,000 diamonds. The variables are as follows:

  9. ggplot2 extensions: ggtech - tidyverse

    ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages.

  10. ggplot2 extensions: geomnet - tidyverse

    ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages.