Description Usage Arguments Value See Also Examples
Objects of class area
are used to store the information on
the shape of vectorised objects.
An object of class area
is a data frame with three variables.
The first variable is a factor defining the polygons.
The second and third variables are the xy coordinates of the
polygon vertices in the order where they are found. This kind
of objects are current in the package ade4
, though this package
does not define area
as a special class.
1 | as.area(x)
|
x |
a data frame with three columns |
Returns an object of class area
area.plot
(package ade4) for other
operations on objects of class area
, plot.area
to
display objects of this class, and area2dxf
for
exportation of the objects area
toward a GIS.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.