R/grid_io.R
maxent_csv_write_num.Rd
Adds a column = value pair (as a double) to the current row buffer. Call maxent_csv_write_row to flush the row.
column = value
maxent_csv_write_row
maxent_csv_write_num(writer, column, value)
External pointer to a CsvWriter object.
Character: column name.
Numeric: value to write.
Invisibly returns the writer object.