Skip to contents

Writes a GridFloat to a .asc file.

Usage

maxent_write_asc(grid, filename, scientific = TRUE)

Arguments

grid

External pointer to a GridFloat object.

filename

Character: output file path.

scientific

Logical: use scientific notation for floating-point values (default TRUE).

Value

Invisibly returns the output file path.

Examples

if (FALSE) { # \dontrun{
maxent_write_asc(g, "output.asc")
} # }