search for: ncid_p

Displaying 1 result from an estimated 1 matches for "ncid_p".

Did you mean: cmd_p
1999 Jan 02
3
.C
...r 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 .C for po...