この質問は他の場所で回答されていると確信していますが、検索しても見つけられませんでした。
各都市の人口とともに、国内の都市を表すポイントがあります。郡のポリゴン ファイルもあります。各郡内で最大の都市の場所を見つけたいです。
これはどのように行うことができますか?
ここにいくつかのデータがあります
structure(list(Country = c("us", "us", "us", "us", "us", "us", "us", "us", "us", "us", "us")) 「、
「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、「私たち」、 "us", "us"), City = c("cabarrus", "cox store", "cal-vel", "briarwood townhouses", "barker heights", "davie"
crossroads」、「crab point village」、「azalea」、「chesterfield」、「charlesmont」、「connor」、「clover garden」、「corriher heights」、「callisons」、「crestview acres」、「clegg」、「canaan」 park", "chantilly", "belgrade", "brices crossroads", "bluff", "butner", "bottom", "bandy", "bostian heights"), AccentCity = c("Cabarrus", "Cox Store" 、「Cal-Vel」、「Briarwood Townhouses」、「Barker Heights」、「Davie Crossroads」、「Crab Point Village」、「Azalea」、「Chesterfield」、「Charlesmont」、「Connor」、「Clover Garden」、「コリハー ハイツ」、「カリソンズ」、"Crestview Acres"、"Clegg"、"Canaan Park"、"Chantilly"、"Belgrade"、"Brices Crossroads"、"Bluff"、"Butner"、"Bottom"、"Bandy"、"Bostian Heights")、地域= c("NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC" 、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、"NC"、" NC")、人口 = c(NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、NA_integer_、A_integer_、NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_), Latitude = (35.2369444, 35.275, 36.4291667, 35.295, 35.3111111, 35.8319444, 34.7602778, 35.58, 35.81, 5.9341667, 35.7419444, 36.1883333, 35.5605556, 35.0841667, 35.0213889, 35.8655556, 36.2761111, 36.3016667, 34.88, 34.8186111, 35.8377778, 36.1319444, 36.4747222, 35.6419444, 35.7544444), Longitude = c(-80.5419444, -82.0352778, -78.9694444, -81.5238889, -82.4441667, -80.535 , -76.7305556, -82.4713889, -81.6611111, -81.5127778, -78.1486111, -79.4630556, -80.635, -76.7255556, -80.5427778, -78.8497222, -79.7852778, -76.1711111, -77.2352778, -78.1016667, -82.8580556, -78.7569444, - 80.7741667, -81.09, -80.9294444)), .Names = c("国", "都市", "アクセント都市","地域", "人口", "緯度", "経度"), row.names = c(544L, 889L, 551L, 434L, 190L, 975L, 894L, 147L, 717L, 700L, 831L, 773L, 862L, 559L, 915L、753L、584L、695L、262L、437L、372L、537L、406L、178L、02L)、クラス = "data.frame")
ノースカロライナで読むべきいくつかのコード
xx <- readShapePoly(system.file("shapes/sids.shp", package="maptools")[1],
IDvar="FIPSNO", proj4string=CRS("+proj=longlat +ellps=clrk66"))
plot(xx)
各郡内で人口が最大の都市を見つけたいと考えています。再現可能な例がなくてすみません。私だったら答えが出ます!