SpatialpolygonsクラスのオブジェクトとPolygonsクラスのオブジェクトがどのような情報を持っているのか知りたいのですが。
1 に答える
2
Polygon
orのヘルプ ページを開くとSpatialPolygons
(どちらでもかまいません。同じページに移動します)、SpatialPolygons-class
and のPolygons-class
リンクをクリックできます。そこで、各クラスに含まれるスロットを確認できます。
Polygon-class
例として:
Slots
ringDir:
Object of class "integer"; the ring direction of the ring (polygon) coordinates, holes are expected to be anti-clockwise
labpt:
Object of class "numeric"; an x, y coordinate pair forming the label point of the polygon
area:
Object of class "numeric"; the area of the polygon
hole:
Object of class "logical"; does the polygon seem to be a hole
coords:
Object of class "matrix"; coordinates of the polygon; first point should equal the last point
于 2010-10-06T09:27:01.393 に答える