Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gsicall

Internal functions of the compositions package


Description

Calls a function with a list of arguments.

Usage

gsi.call(fkt,...)

Arguments

fkt

The function to be called

...

The arguments to call the function with

Details

This is only useful in conjunction with do.call and allows to call anonymous functions with parameters given by a list.

Note

Do not use gsi.* functions directly since they are internal functions of the package

Author(s)

K.Gerald v.d. Boogaart http://www.stat.boogaart.de

See Also

Examples

mypars <- list(x=3)
#do.call("gsi.call",c(list(function(x){x}),mypars))

compositions

Compositional Data Analysis

v2.0-1
GPL (>= 2)
Authors
K. Gerald van den Boogaart <boogaart@hzdr.de>, Raimon Tolosana-Delgado, Matevz Bren
Initial release
2021-01-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.