rectPeri: Given rectangle code return perimeter as a polygon in lat lon

Description Usage Arguments Value Note See Also Examples

Description

The outline/boundary of a statistical rectangle is returned as 5 positions, the first and last of which are the same.

Usage

1
2
3
4
rPeri(r)
srPeri(sr)
mrPeri(mr, dlat = 5, dlon = 10)
drPeri(dr, dlat = 1, dlon = 2)

Arguments

r, sr, mr, dr

Rectangle codes.

dlat, dlon

Dimensions of latitude and longitude given in minutes and degrees for mrPeri and drPeri, respectively.

Value

Rectangle outline as 5 positions.

Note

Should perhaps be extended to give a list or dataframe of polygons for more than one r, sr, mr or dr.

See Also

deg2rect, rectArea, geoarea.

Examples

1
2
3

geo documentation built on May 2, 2019, 5:22 p.m.