2010-01-04 4 views

답변

2

Polygon 또는 SpatialPolygons에 대한 열고 도움말 페이지가있는 경우 (정말 중요하지 않습니다, 그것은 같은 페이지에 당신을 이끌 것입니다), 당신은 SpatialPolygons-classPolygons-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 
관련 문제