%>% {saeSim}R Documentation

Piping operator

Description

This is the 'pipe operator' from the package 'magrittr'. Use it to chain all operations for the simulation together. See the original documentation for details: %>%.

Usage

lhs %>% rhs

Arguments

lhs

The value to be piped

rhs

A function or expression


[Package saeSim version 0.11.0 Index]