export.listpoly {RCALI} | R Documentation |
Create a polygons file in format 1.
Description
From an object of class "listpoly"
,
create a polygons file for input to the software CaliFloPP
or to the function
califlopp. The format of this file corresponds to the
format 1
of them, i.e you should set the param input
to
1
when used as input to califlopp.
Usage
## S3 method for class 'listpoly'
export(x, filename)
Arguments
x |
Object of class |
filename |
Name of the file to be created. |
Value
None.
[Package RCALI version 0.3.6 Index]