Displaying 1 result from an estimated 1 matches for "inquire_varid".
1999 Jan 02
3
.C
...es a dummy variable for the data dimensions, which are
redefined (calling "S_alloc") and set within the C code once they are known.
The appended example works in S+ using the pointers= argument in .C.
Is there a way to do this in R?
Thanks...Steve Oncley
oncley@ucar.edu
C-code:
void inquire_varid(
int *ncid_p, /* NetCDF file id. File is left open */
int *var_id_p, /* variable id */
long **varlen, /* Length of variable, along each dimension */
long *ndims_r, /* number of dimensions in variable */
/* This argument is created automatically by S+'s...