knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(distplyr)
library(distionary)
library(magrittr)
library(tibble)

distplyr provides a vocabulary of verbs for manipulating distributions.

Unary operations:

Binary operations:

n-ary operations:

Each of these take a distribution as its first argument(s), and return a distribution, making them pipeable.

Examples



vincenzocoia/distplyr documentation built on March 5, 2024, 9:45 p.m.