Table of Contents
The following Guides and Vignettes are available:
- Quick-Start Guide: The Quick-Start Guide is the first thing to read for new users, and gives a brief explanation on how to use the ‘broadcast’ package, without getting lost in the details.
- Prerequisites and Installation: This guide explains the requirements to use the ‘broadcast’ package, and how to install it.
- Functions Overview: This guide simply lists the functions available in the broadcast package.
- Broadcasting Explained: This Guide gives a very detailed explanation of how exactly broadcasting works in the “broadcast” package. Read this after you’ve read the Quick-Start Guide.
- The Operator Overloading, Binding Broadcasted, and List Casting Vignettes explain the overloaded operators & the
bc.*
functions, broadcasted array binding, and list casting methods, respectively. - Practical Applications: This Guide gives some practical applications wherein the broadcasted methods might be used.
- Technical Details: This Guide gives some technical details; not relevant for the average use.