ArrayToAsc: ArrayToAsc converts an array to asc format modifying and...

Description Usage Arguments Value Examples

View source: R/Creation_v0.6.R

Description

This adds on a simple header to an array to create an asc spatial dataset and saves this to the hard drive.

Usage

1
ArrayToAsc(inArray, filename, overwrite = FALSE, runno = NULL)

Arguments

inArray

array - an input array that will provide cell values for the asc file.

filename

character - a string giving the filename and path.

overwrite

boolean - by default set as NULL. If this is set to true, then the file can overwrite another ascii file with same name.

runno

boolean - as part of the process a tempory file is created. If multiple ascii files are being created simultanously then an identifier may stop a conflict of temp files.

Value

character - currently returns the filepath

Examples

1
TBA...

Zabados/LcvGen documentation built on Oct. 15, 2020, 6:23 a.m.