Learn R Programming

ifultools (version 2.0-26)

itCall: Thin itCall Wrapper to IFULTOOLS Symbols

Description

Thin itCall Wrapper to IFULTOOLS Symbols

Usage

itCall(symbol, ...)

Value

output of the itCall

Arguments

symbol

character scalar defining symbol to call in DLL

...

arguments to underlying C code

Details

Foreign function calls are no longer allowed in CRAN. This function serves as a thin wrapper to avoid associated R CMD check issues when building packages that depend on IFULTOOLS.

See Also

itCall.

Examples

Run this code
if (FALSE) {
itCall("RS_fractal_filter_nonlinear_local_projection",
    as.matrix(x),
    as.integer(dimension),
    as.integer(tlag),
    as.integer(n.neighbor),
    max.distance,
    mutilsDistanceMetric(metric),
    as.integer(noise.dimension),
    corr.curve)
}

Run the code above in your browser using DataLab