DESCRIPTION 1.47 KB
Newer Older
Alasdair Hunter's avatar
Alasdair Hunter committed
Package: multiApply
Alasdair Hunter's avatar
Alasdair Hunter committed
Title: Apply Functions to Multiple Multidimensional Arguments
Nicolau Manubens's avatar
Nicolau Manubens committed
Version: 1.0.0
Alasdair Hunter's avatar
Alasdair Hunter committed
Authors@R:   c(
    person("BSC-CNS", role = c("aut", "cph")),
    person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "aut"),
    person("Alasdair", "Hunter", , "alasdair.hunter@bsc.es", role = c("aut", "cre")))
Description: The base apply function and its variants, as well as the related functions in the 'plyr' package, typically apply user-defined functions to a single argument (or a list of vectorized arguments in the case of mapply). The 'multiApply' package extends this paradigm to functions taking one or a list of multiple unidimensional or multidimensional arguments (or combinations thereof) as input, which can have different numbers of dimensions as well as different dimension lengths, and returning one or a list of unidimensional or multidimensional arrays as output. In contrast to apply and variants, this package suggests the use of 'target dimensions' as opposite to the 'margins' for specifying the dimensions relevant to the function to be applied. Also, two remarkable differences are the support for functions returning multiple array outputs and the transparent use of multi-core.
Alasdair Hunter's avatar
Alasdair Hunter committed
Depends:
    R (>= 3.2.0)
Imports:
    abind, 
    plyr
Alasdair Hunter's avatar
Alasdair Hunter committed
License: LGPL-3
Alasdair Hunter's avatar
Alasdair Hunter committed
URL: https://earth.bsc.es/gitlab/ces/multiApply
BugReports: https://earth.bsc.es/gitlab/ces/multiApply/issues
Alasdair Hunter's avatar
Alasdair Hunter committed
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.0