About 282 results
Open links in new tab
  1. Create Elegant Data Visualisations Using the Grammar of Graphics …

    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. ggplot2: Create Elegant Data Visualisations Using the Grammar of ...

    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 use, and …

  4. Create a new ggplot — ggplot • ggplot2

    ggplot(data = df, mapping = aes(x, y, other aesthetics)) ggplot(data = df) ggplot() The first pattern is recommended if all layers use the same data and the same set of aesthetics, although this …

  5. 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 +. To save a plot to …

  6. Construct aesthetic mappings — aes • ggplot2

    Aesthetic mappings describe how variables in the data are mapped to visual properties (aesthetics) of geoms. Aesthetic mappings can be set in ggplot() and in individual layers.

  7. 148 registered extensions available to explore - tidyverse

    Exploratory Symbolic Data Analysis with ‘ggplot2’. stop author: kiangkiangkiang. stop tags: visualization,symbolic data,interval-valued data

  8. ggplot2 extensions: ggtree - tidyverse

    Tree Visualization. To view a phylogenetic tree, we first need to parse the tree file into R. The ggtree package supports many file format including output files of commonly used software …

  9. An updated and expanded version of the mammals sleep dataset

    A data frame with 83 rows and 11 variables: name. common name. genus vore. carnivore, omnivore or herbivore? order conservation. the conservation status of the animal. sleep_total. …

  10. US economic time series — economics - ggplot2

    This dataset was produced from US economic time series data available from https://fred.stlouisfed.org/. economics is in "wide" format, economics_long is in "long" format.

Refresh