![](https://github.com/mikmart/ggragged/raw/HEAD/man/figures/logo.png)
ggragged - Ragged Grids for 'ggplot2'
Extend 'ggplot2' facets to panel layouts arranged in a grid with ragged edges. facet_ragged_rows() groups panels into rows that can vary in length, facet_ragged_cols() does the same but for columns. These can be useful, for example, to represent nested or partially crossed relationships between faceting variables.
Last updated 4 months ago
5.77 score 35 stars 34 scripts 206 downloadsmonad - Operators and Generics for Monads
Compose generic monadic function pipelines with %>>% and %>-% based on implementing the 'S7' generics fmap() and bind(). Methods are provided for the built-in list type and the maybe class from the 'maybe' package. The concepts are modelled directly after the Monad typeclass in Haskell, but adapted for idiomatic use in R.
Last updated 4 months ago
3.48 score 6 stars 3 scripts 484 downloads