Versi internal .Call dan .External.
.Call.graphics(.NAME, …, PACKAGE)
.External.graphics(.NAME, …, PACKAGE)
.External2(.NAME, …, PACKAGE)
| Parameter | Deskripsi |
|---|---|
.NAME |
a character string giving the name of a C function or Fortran subroutine, or an object of class "NativeSymbolInfo", "RegisteredNativeSymbol" or "NativeSymbol" referring to such a name. |
… |
arguments to be passed to the foreign function. |
PACKAGE |
see the corresponding argument of .Call. |