Writes a GridFloat to a .asc file.
Examples
# \donttest{
g <- maxent_grid_from_matrix(matrix(runif(50), 5, 10),
-120, 35, 0.1, name = "bio1")
maxent_write_asc(g, tempfile(fileext = ".asc"))
# }
Writes a GridFloat to a .asc file.
# \donttest{
g <- maxent_grid_from_matrix(matrix(runif(50), 5, 10),
-120, 35, 0.1, name = "bio1")
maxent_write_asc(g, tempfile(fileext = ".asc"))
# }