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 1 months ago
5.76 score 34 stars 34 scripts 328 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 27 days ago
3.78 score 4 stars 1 scripts