0

SpatialpolygonsクラスのオブジェクトとPolygonsクラスのオブジェクトがどのような情報を持っているのか知りたいのですが。

4

1 に答える 1

2

Polygonorのヘルプ ページを開くとSpatialPolygons(どちらでもかまいません。同じページに移動します)、SpatialPolygons-classand の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 に答える