README.md 592 Bytes
Newer Older
Alasdair Hunter's avatar
Alasdair Hunter committed
---
title: "Apply a Function Taking Multiple Numeric Objects as Input Across Multiple Arrays"
author: "Alasdair"
date: "14 July 2017"
output: html_document
---

This package extends the apply and plyr families of functions to applications which involve the use of multiple arrays as input.

This is especially useful for climate data related applications, where data is often distributed across multiple arrays with different dimensions (e.g experimental array 1, experimental array 2 and the observations). The multiApply:Apply function reduces the need write loops for every application.