| itCall {ifultools} | R Documentation |
Thin itCall Wrapper to IFULTOOLS Symbols
itCall(symbol, ...)
symbol |
character scalar defining symbol to call in DLL |
... |
arguments to underlying C code |
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.
output of the itCall
## Not run:
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)
## End(Not run)