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 use, and it takes care of the details.

  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 ‘speak’ a graph from composable elements, instead of being limited to a predefined set of charts.

  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 it takes care of the details.

  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 method can also be used when adding a layer using data from another data frame.

  5. 148 registered extensions available to explore - tidyverse

    Plot light-related spectra, peaks, valleys, half maximum, labels with summaries and colours from spectral data (autoplot, stats, geoms, scales). stop author: aphalo. stop tags: visualization,general

  6. 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 disk, use ggsave() .

  7. 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 packages in evolutionary biology. For more details, plase refer to the Tree Data Import vignette.

  8. ggplot2 extensions: ggraph - tidyverse

    ggraph extends the grammar of graphics provided by ggplot2 to cover graph and network data. This type of data consists of nodes and edges and are not optimally stored in a single data.frame, as expected by ggplot2.

  9. 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.

  10. 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. total amount of sleep, in hours. sleep_rem. rem sleep, in hours. sleep_cycle. length of sleep cycle, in hours. awake. amount of time spent awake, in hours. brainwt ...