Displaying 1 result from an estimated 1 matches for "max_sample_size".
2004 Mar 17
1
best methods for strings and structures?
...unsigned long random_seed;
unsigned long endemic_mortality;
unsigned long sdi_mortality;
unsigned long file_in_format;
unsigned long file_out_format;
double fixed_plot_radius;
double min_prism_dbh;
double baf;
unsigned long max_sample_size;
unsigned long use_precip_in_hg;
};
with an internal function and I'm building the return object using the
following code:
PROTECT( ret_val = allocVector( VECSXP, 13 ) );
SET_STRING_ELT( ret_val, 0, mkChar( cfg_rec.coeffs_filename) );
SET_STRING_ELT( ret_val, 1, mkChar( cfg_re...